Html Css Color HEX #00763B Dark Spring Green

📋 copy color: '#00763B'

red 0 ◦ green 118 ◦ blue 59

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

Shades of Dark Spring Green #00763B

Tints of Dark Spring Green #00763B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 66.67%

 BLUE value IS 59 (23.44% from 255) = 33.33%

R = 0%
G = 66.67%
B = 33.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#00763B (or 0x00763B) is known color: Dark Spring Green. HEX triplet: 00, 76 and 3B. RGB value is (0,118,59). Sum of RGB (Red+Green+Blue) = 0+118+59=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 118 (46.48% from 255 or 66.67% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 118 - color contains mainly: green. Hex color #00763B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00763B is #FF89C4. Grayscale: #4C4C4C. Windows color (decimal): -16746949 or 3896832. OLE color: 3896832.

HSL color Cylindrical-coordinate representation of color #00763B: hue angle of 150º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00763B is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 118 59 -
CMYK 1 0 0.50 0.54
HSL 150º 1% 0.23% -
HSV(B) 150º 1% 0.46% -
XYZ 7.27 13.27 6.32 -
YUV 75.99 118.41 73.8 -
System Red Green Blue C M Y K H S L
Decimal 0 118 59 1 0 0.50 0.54 150 1 0.23
Hex 0 76 3B 64 0 32 36 96 64 17
Octal 0 166 73 144 0 62 66 226 144 27
Binary 0 1110110 111011 1100100 0 110010 110110 10010110 1100100 10111

Color Harmonies of #00763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00763B

Black with #00763B

Text Example


Text Example

White with #00763B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00763B; }

 p { color: rgb(0,118,59); }

 H1.HeaderClassName
 {
   color: #00763B;
 }
 .AnyTagClassName
 {
   color: #00763B;
 }
</style>

background-color css

<style>
 a { background-color: #00763B; }

 a { background-color: rgb(0,118,59); }

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

border-color css

<style>
 span { border-color: #00763B; }

 span { border-color: rgb(0,118,59); }

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