Html Css Color HEX #04756C Pine Green

📋 copy color: '#04756C'

red 4 ◦ green 117 ◦ blue 108

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

Shades of Pine Green #04756C

Tints of Pine Green #04756C

RGB

 RED value IS 4 (1.95% from 255) = 1.75%

 GREEN value IS 117 (46.09% from 255) = 51.09%

 BLUE value IS 108 (42.58% from 255) = 47.16%

R = 1.75%
G = 51.09%
B = 47.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#04756C (or 0x04756C) is known color: Pine Green. HEX triplet: 04, 75 and 6C. RGB value is (4,117,108). Sum of RGB (Red+Green+Blue) = 4+117+108=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #04756C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04756C is #FB8A93. Grayscale: #525252. Windows color (decimal): -16485012 or 7107844. OLE color: 7107844.

HSL color Cylindrical-coordinate representation of color #04756C: hue angle of 175.22º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04756C is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 117 108 -
CMYK 0.97 0 0.08 0.54
HSL 175.22º 0.93% 0.24% -
HSV(B) 175.22º 0.97% 0.46% -
XYZ 9.12 13.83 16.38 -
YUV 82.19 142.56 72.23 -
System Red Green Blue C M Y K H S L
Decimal 4 117 108 0.97 0 0.08 0.54 175.22 0.93 0.24
Hex 4 75 6C 61 0 8 36 AF 5D 18
Octal 4 165 154 141 0 10 66 257 135 30
Binary 100 1110101 1101100 1100001 0 1000 110110 10101111 1011101 11000

Color Harmonies of #04756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04756C

Black with #04756C

Text Example


Text Example

White with #04756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04756C; }

 p { color: rgb(4,117,108); }

 H1.HeaderClassName
 {
   color: #04756C;
 }
 .AnyTagClassName
 {
   color: #04756C;
 }
</style>

background-color css

<style>
 a { background-color: #04756C; }

 a { background-color: rgb(4,117,108); }

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

border-color css

<style>
 span { border-color: #04756C; }

 span { border-color: rgb(4,117,108); }

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