Html Css Color HEX #06756F Pine Green

📋 copy color: '#06756F'

red 6 ◦ green 117 ◦ blue 111

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

Shades of Pine Green #06756F

Tints of Pine Green #06756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.44%

R = 2.56%
G = 50%
B = 47.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#06756F (or 0x06756F) is known color: Pine Green. HEX triplet: 06, 75 and 6F. RGB value is (6,117,111). Sum of RGB (Red+Green+Blue) = 6+117+111=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #06756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06756F is #F98A90. Grayscale: #535353. Windows color (decimal): -16353937 or 7304454. OLE color: 7304454.

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

Color convert

RGB 6 117 111 -
CMYK 0.95 0 0.05 0.54
HSL 176.76º 0.9% 0.24% -
HSV(B) 176.76º 0.95% 0.46% -
XYZ 9.31 13.91 17.23 -
YUV 83.13 143.73 72.99 -
System Red Green Blue C M Y K H S L
Decimal 6 117 111 0.95 0 0.05 0.54 176.76 0.9 0.24
Hex 6 75 6F 5F 0 5 36 B1 5A 18
Octal 6 165 157 137 0 5 66 261 132 30
Binary 110 1110101 1101111 1011111 0 101 110110 10110001 1011010 11000

Color Harmonies of #06756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06756F

Black with #06756F

Text Example


Text Example

White with #06756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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