Html Css Color HEX #06756E Pine Green

📋 copy color: '#06756E'

red 6 ◦ green 117 ◦ blue 110

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

Shades of Pine Green #06756E

Tints of Pine Green #06756E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.21%

R = 2.58%
G = 50.21%
B = 47.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#06756E (or 0x06756E) is known color: Pine Green. HEX triplet: 06, 75 and 6E. RGB value is (6,117,110). Sum of RGB (Red+Green+Blue) = 6+117+110=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #06756E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06756E is #F98A91. Grayscale: #525252. Windows color (decimal): -16353938 or 7238918. OLE color: 7238918.

HSL color Cylindrical-coordinate representation of color #06756E: hue angle of 176.22º 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 #06756E is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 117 110 -
CMYK 0.95 0 0.06 0.54
HSL 176.22º 0.9% 0.24% -
HSV(B) 176.22º 0.95% 0.46% -
XYZ 9.25 13.89 16.94 -
YUV 83.01 143.23 73.07 -
System Red Green Blue C M Y K H S L
Decimal 6 117 110 0.95 0 0.06 0.54 176.22 0.9 0.24
Hex 6 75 6E 5F 0 6 36 B0 5A 18
Octal 6 165 156 137 0 6 66 260 132 30
Binary 110 1110101 1101110 1011111 0 110 110110 10110000 1011010 11000

Color Harmonies of #06756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06756E

Black with #06756E

Text Example


Text Example

White with #06756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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