Html Css Color HEX #00763A Dark Spring Green

📋 copy color: '#00763A'

red 0 ◦ green 118 ◦ blue 58

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

Shades of Dark Spring Green #00763A

Tints of Dark Spring Green #00763A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.95%

R = 0%
G = 67.05%
B = 32.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#00763A (or 0x00763A) is known color: Dark Spring Green. HEX triplet: 00, 76 and 3A. RGB value is (0,118,58). Sum of RGB (Red+Green+Blue) = 0+118+58=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 118 (46.48% from 255 or 67.05% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 118 - color contains mainly: green. Hex color #00763A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00763A is #FF89C5. Grayscale: #4B4B4B. Windows color (decimal): -16746950 or 3831296. OLE color: 3831296.

HSL color Cylindrical-coordinate representation of color #00763A: hue angle of 149.49º 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 #00763A is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 118 58 -
CMYK 1 0 0.51 0.54
HSL 149.49º 1% 0.23% -
HSV(B) 149.49º 1% 0.46% -
XYZ 7.24 13.26 6.18 -
YUV 75.88 117.91 73.88 -
System Red Green Blue C M Y K H S L
Decimal 0 118 58 1 0 0.51 0.54 149.49 1 0.23
Hex 0 76 3A 64 0 33 36 95 64 17
Octal 0 166 72 144 0 63 66 225 144 27
Binary 0 1110110 111010 1100100 0 110011 110110 10010101 1100100 10111

Color Harmonies of #00763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00763A

Black with #00763A

Text Example


Text Example

White with #00763A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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