Html Css Color HEX #07A28B Persian Green

📋 copy color: '#07A28B'

red 7 ◦ green 162 ◦ blue 139

#07A28B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #07A28B

Tints of Persian Green #07A28B

RGB

 RED value IS 7 (3.13% from 255) = 2.27%

 GREEN value IS 162 (63.67% from 255) = 52.6%

 BLUE value IS 139 (54.69% from 255) = 45.13%

R = 2.27%
G = 52.6%
B = 45.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#07A28B (or 0x07A28B) is known color: Persian Green. HEX triplet: 07, A2 and 8B. RGB value is (7,162,139). Sum of RGB (Red+Green+Blue) = 7+162+139=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #07A28B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A28B is #F85D74. Grayscale: #707070. Windows color (decimal): -16276853 or 9150983. OLE color: 9150983.

HSL color Cylindrical-coordinate representation of color #07A28B: hue angle of 171.1º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A28B is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 7 162 139 -
CMYK 0.96 0 0.14 0.36
HSL 171.1º 0.92% 0.33% -
HSV(B) 171.1º 0.96% 0.64% -
XYZ 17.67 27.75 28.85 -
YUV 113.03 142.65 52.37 -
System Red Green Blue C M Y K H S L
Decimal 7 162 139 0.96 0 0.14 0.36 171.1 0.92 0.33
Hex 7 A2 8B 60 0 E 24 AB 5C 21
Octal 7 242 213 140 0 16 44 253 134 41
Binary 111 10100010 10001011 1100000 0 1110 100100 10101011 1011100 100001

Color Harmonies of #07A28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A28B

Black with #07A28B

Text Example


Text Example

White with #07A28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07A28B; }

 p { color: rgb(7,162,139); }

 H1.HeaderClassName
 {
   color: #07A28B;
 }
 .AnyTagClassName
 {
   color: #07A28B;
 }
</style>

background-color css

<style>
 a { background-color: #07A28B; }

 a { background-color: rgb(7,162,139); }

 div.DivClassName
 {
   background-color: #07A28B;
 }
 .BgClassName
 {
   background-color: #07A28B;
 }
</style>

border-color css

<style>
 span { border-color: #07A28B; }

 span { border-color: rgb(7,162,139); }

 td.TdClassName
 {
   border-color: #07A28B;
 }
 .TagClassName
 {
   border-color: #07A28B;
 }
</style>