Html Css Color HEX #066D6A Pine Green

📋 copy color: '#066D6A'

red 6 ◦ green 109 ◦ blue 106

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

Shades of Pine Green #066D6A

Tints of Pine Green #066D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 49.32%

 BLUE value IS 106 (41.8% from 255) = 47.96%

R = 2.71%
G = 49.32%
B = 47.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#066D6A (or 0x066D6A) is known color: Pine Green. HEX triplet: 06, 6D and 6A. RGB value is (6,109,106). Sum of RGB (Red+Green+Blue) = 6+109+106=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 109 - color contains mainly: green. Hex color #066D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D6A is #F99295. Grayscale: #4D4D4D. Windows color (decimal): -16355990 or 6974726. OLE color: 6974726.

HSL color Cylindrical-coordinate representation of color #066D6A: hue angle of 178.25º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066D6A is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 109 106 -
CMYK 0.94 0 0.03 0.57
HSL 178.25º 0.9% 0.23% -
HSV(B) 178.25º 0.94% 0.43% -
XYZ 8.15 12.02 15.53 -
YUV 77.86 143.88 76.74 -
System Red Green Blue C M Y K H S L
Decimal 6 109 106 0.94 0 0.03 0.57 178.25 0.9 0.23
Hex 6 6D 6A 5E 0 3 39 B2 5A 17
Octal 6 155 152 136 0 3 71 262 132 27
Binary 110 1101101 1101010 1011110 0 11 111001 10110010 1011010 10111

Color Harmonies of #066D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066D6A

Black with #066D6A

Text Example


Text Example

White with #066D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066D6A; }

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

 H1.HeaderClassName
 {
   color: #066D6A;
 }
 .AnyTagClassName
 {
   color: #066D6A;
 }
</style>

background-color css

<style>
 a { background-color: #066D6A; }

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

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

border-color css

<style>
 span { border-color: #066D6A; }

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

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