Html Css Color HEX #07B971 Jade

📋 copy color: '#07B971'

red 7 ◦ green 185 ◦ blue 113

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

Shades of Jade #07B971

Tints of Jade #07B971

RGB

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

 GREEN value IS 185 (72.66% from 255) = 60.66%

 BLUE value IS 113 (44.53% from 255) = 37.05%

R = 2.3%
G = 60.66%
B = 37.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#07B971 (or 0x07B971) is known color: Jade. HEX triplet: 07, B9 and 71. RGB value is (7,185,113). Sum of RGB (Red+Green+Blue) = 7+185+113=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 185 (72.66% from 255 or 60.66% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 185 - color contains mainly: green. Hex color #07B971 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B971 is #F8468E. Grayscale: #7B7B7B. Windows color (decimal): -16270991 or 7452935. OLE color: 7452935.

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

Color convert

RGB 7 185 113 -
CMYK 0.96 0 0.39 0.27
HSL 155.73º 0.93% 0.38% -
HSV(B) 155.73º 0.96% 0.73% -
XYZ 20.42 35.94 21.48 -
YUV 123.57 122.03 44.85 -
System Red Green Blue C M Y K H S L
Decimal 7 185 113 0.96 0 0.39 0.27 155.73 0.93 0.38
Hex 7 B9 71 60 0 27 1B 9C 5D 26
Octal 7 271 161 140 0 47 33 234 135 46
Binary 111 10111001 1110001 1100000 0 100111 11011 10011100 1011101 100110

Color Harmonies of #07B971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B971

Black with #07B971

Text Example


Text Example

White with #07B971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,185,113); }

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

background-color css

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

 a { background-color: rgb(7,185,113); }

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

border-color css

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

 span { border-color: rgb(7,185,113); }

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