Html Css Color HEX #06736F Pine Green

📋 copy color: '#06736F'

red 6 ◦ green 115 ◦ blue 111

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

Shades of Pine Green #06736F

Tints of Pine Green #06736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.57%

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

R = 2.59%
G = 49.57%
B = 47.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#06736F (or 0x06736F) is known color: Pine Green. HEX triplet: 06, 73 and 6F. RGB value is (6,115,111). Sum of RGB (Red+Green+Blue) = 6+115+111=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #06736F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06736F is #F98C90. Grayscale: #515151. Windows color (decimal): -16354449 or 7303942. OLE color: 7303942.

HSL color Cylindrical-coordinate representation of color #06736F: hue angle of 177.8º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06736F is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 115 111 -
CMYK 0.95 0 0.03 0.55
HSL 177.8º 0.9% 0.24% -
HSV(B) 177.8º 0.95% 0.45% -
XYZ 9.08 13.45 17.16 -
YUV 81.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 6 115 111 0.95 0 0.03 0.55 177.8 0.9 0.24
Hex 6 73 6F 5F 0 3 37 B2 5A 18
Octal 6 163 157 137 0 3 67 262 132 30
Binary 110 1110011 1101111 1011111 0 11 110111 10110010 1011010 11000

Color Harmonies of #06736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06736F

Black with #06736F

Text Example


Text Example

White with #06736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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