Html Css Color HEX #07B870 Jade

📋 copy color: '#07B870'

red 7 ◦ green 184 ◦ blue 112

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

Shades of Jade #07B870

Tints of Jade #07B870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 2.31%
G = 60.73%
B = 36.96%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#07B870 (or 0x07B870) is known color: Jade. HEX triplet: 07, B8 and 70. RGB value is (7,184,112). Sum of RGB (Red+Green+Blue) = 7+184+112=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 184 (72.27% from 255 or 60.73% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 184 - color contains mainly: green. Hex color #07B870 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B870 is #F8478F. Grayscale: #7A7A7A. Windows color (decimal): -16271248 or 7387143. OLE color: 7387143.

HSL color Cylindrical-coordinate representation of color #07B870: hue angle of 155.59º 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 #07B870 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 7 184 112 -
CMYK 0.96 0 0.39 0.28
HSL 155.59º 0.93% 0.37% -
HSV(B) 155.59º 0.96% 0.72% -
XYZ 20.15 35.5 21.12 -
YUV 122.87 121.86 45.35 -
System Red Green Blue C M Y K H S L
Decimal 7 184 112 0.96 0 0.39 0.28 155.59 0.93 0.37
Hex 7 B8 70 60 0 27 1C 9C 5D 25
Octal 7 270 160 140 0 47 34 234 135 45
Binary 111 10111000 1110000 1100000 0 100111 11100 10011100 1011101 100101

Color Harmonies of #07B870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B870

Black with #07B870

Text Example


Text Example

White with #07B870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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