Html Css Color HEX #07B872 Jade

📋 copy color: '#07B872'

red 7 ◦ green 184 ◦ blue 114

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

Shades of Jade #07B872

Tints of Jade #07B872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 60.33%

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 2.3%
G = 60.33%
B = 37.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#07B872 (or 0x07B872) is known color: Jade. HEX triplet: 07, B8 and 72. RGB value is (7,184,114). Sum of RGB (Red+Green+Blue) = 7+184+114=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 184 (72.27% from 255 or 60.33% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 184 - color contains mainly: green. Hex color #07B872 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B872 is #F8478D. Grayscale: #7B7B7B. Windows color (decimal): -16271246 or 7518215. OLE color: 7518215.

HSL color Cylindrical-coordinate representation of color #07B872: hue angle of 156.27º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B872 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 7 184 114 -
CMYK 0.96 0 0.38 0.28
HSL 156.27º 0.93% 0.37% -
HSV(B) 156.27º 0.96% 0.72% -
XYZ 20.27 35.54 21.71 -
YUV 123.1 122.86 45.19 -
System Red Green Blue C M Y K H S L
Decimal 7 184 114 0.96 0 0.38 0.28 156.27 0.93 0.37
Hex 7 B8 72 60 0 26 1C 9C 5D 25
Octal 7 270 162 140 0 46 34 234 135 45
Binary 111 10111000 1110010 1100000 0 100110 11100 10011100 1011101 100101

Color Harmonies of #07B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B872

Black with #07B872

Text Example


Text Example

White with #07B872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,184,114); }

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

background-color css

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

 a { background-color: rgb(7,184,114); }

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

border-color css

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

 span { border-color: rgb(7,184,114); }

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