Html Css Color HEX #07B977 Jade

📋 copy color: '#07B977'

red 7 ◦ green 185 ◦ blue 119

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

Shades of Jade #07B977

Tints of Jade #07B977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.26%

R = 2.25%
G = 59.49%
B = 38.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#07B977 (or 0x07B977) is known color: Jade. HEX triplet: 07, B9 and 77. RGB value is (7,185,119). Sum of RGB (Red+Green+Blue) = 7+185+119=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 185 (72.66% from 255 or 59.49% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 185 - color contains mainly: green. Hex color #07B977 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B977 is #F84688. Grayscale: #7C7C7C. Windows color (decimal): -16270985 or 7846151. OLE color: 7846151.

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

Color convert

RGB 7 185 119 -
CMYK 0.96 0 0.36 0.27
HSL 157.75º 0.93% 0.38% -
HSV(B) 157.75º 0.96% 0.73% -
XYZ 20.77 36.08 23.32 -
YUV 124.25 125.03 44.37 -
System Red Green Blue C M Y K H S L
Decimal 7 185 119 0.96 0 0.36 0.27 157.75 0.93 0.38
Hex 7 B9 77 60 0 24 1B 9E 5D 26
Octal 7 271 167 140 0 44 33 236 135 46
Binary 111 10111001 1110111 1100000 0 100100 11011 10011110 1011101 100110

Color Harmonies of #07B977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B977

Black with #07B977

Text Example


Text Example

White with #07B977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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