Html Css Color HEX #00772F Dark Spring Green

📋 copy color: '#00772F'

red 0 ◦ green 119 ◦ blue 47

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

Shades of Dark Spring Green #00772F

Tints of Dark Spring Green #00772F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 119 (46.88% from 255) = 71.69%

 BLUE value IS 47 (18.75% from 255) = 28.31%

R = 0%
G = 71.69%
B = 28.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#00772F (or 0x00772F) is known color: Dark Spring Green. HEX triplet: 00, 77 and 2F. RGB value is (0,119,47). Sum of RGB (Red+Green+Blue) = 0+119+47=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 119 (46.88% from 255 or 71.69% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 119 - color contains mainly: green. Hex color #00772F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00772F is #FF88D0. Grayscale: #4B4B4B. Windows color (decimal): -16746705 or 3110656. OLE color: 3110656.

HSL color Cylindrical-coordinate representation of color #00772F: hue angle of 143.7º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00772F is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 119 47 -
CMYK 1 0 0.61 0.53
HSL 143.7º 1% 0.23% -
HSV(B) 143.7º 1% 0.47% -
XYZ 7.11 13.4 4.9 -
YUV 75.21 112.08 74.35 -
System Red Green Blue C M Y K H S L
Decimal 0 119 47 1 0 0.61 0.53 143.7 1 0.23
Hex 0 77 2F 64 0 3D 35 90 64 17
Octal 0 167 57 144 0 75 65 220 144 27
Binary 0 1110111 101111 1100100 0 111101 110101 10010000 1100100 10111

Color Harmonies of #00772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00772F

Black with #00772F

Text Example


Text Example

White with #00772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00772F; }

 p { color: rgb(0,119,47); }

 H1.HeaderClassName
 {
   color: #00772F;
 }
 .AnyTagClassName
 {
   color: #00772F;
 }
</style>

background-color css

<style>
 a { background-color: #00772F; }

 a { background-color: rgb(0,119,47); }

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

border-color css

<style>
 span { border-color: #00772F; }

 span { border-color: rgb(0,119,47); }

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