Html Css Color HEX #06756D Pine Green

📋 copy color: '#06756D'

red 6 ◦ green 117 ◦ blue 109

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

Shades of Pine Green #06756D

Tints of Pine Green #06756D

RGB

 RED value IS 6 (2.73% from 255) = 2.59%

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

 BLUE value IS 109 (42.97% from 255) = 46.98%

R = 2.59%
G = 50.43%
B = 46.98%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#06756D (or 0x06756D) is known color: Pine Green. HEX triplet: 06, 75 and 6D. RGB value is (6,117,109). Sum of RGB (Red+Green+Blue) = 6+117+109=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #06756D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06756D is #F98A92. Grayscale: #525252. Windows color (decimal): -16353939 or 7173382. OLE color: 7173382.

HSL color Cylindrical-coordinate representation of color #06756D: hue angle of 175.68º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06756D is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 117 109 -
CMYK 0.95 0 0.07 0.54
HSL 175.68º 0.9% 0.24% -
HSV(B) 175.68º 0.95% 0.46% -
XYZ 9.2 13.87 16.66 -
YUV 82.9 142.73 73.15 -
System Red Green Blue C M Y K H S L
Decimal 6 117 109 0.95 0 0.07 0.54 175.68 0.9 0.24
Hex 6 75 6D 5F 0 7 36 B0 5A 18
Octal 6 165 155 137 0 7 66 260 132 30
Binary 110 1110101 1101101 1011111 0 111 110110 10110000 1011010 11000

Color Harmonies of #06756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06756D

Black with #06756D

Text Example


Text Example

White with #06756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06756D; }

 p { color: rgb(6,117,109); }

 H1.HeaderClassName
 {
   color: #06756D;
 }
 .AnyTagClassName
 {
   color: #06756D;
 }
</style>

background-color css

<style>
 a { background-color: #06756D; }

 a { background-color: rgb(6,117,109); }

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

border-color css

<style>
 span { border-color: #06756D; }

 span { border-color: rgb(6,117,109); }

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