Html Css Color HEX #066F69 Pine Green

📋 copy color: '#066F69'

red 6 ◦ green 111 ◦ blue 105

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

Shades of Pine Green #066F69

Tints of Pine Green #066F69

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50%

 BLUE value IS 105 (41.41% from 255) = 47.3%

R = 2.7%
G = 50%
B = 47.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#066F69 (or 0x066F69) is known color: Pine Green. HEX triplet: 06, 6F and 69. RGB value is (6,111,105). Sum of RGB (Red+Green+Blue) = 6+111+105=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #066F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066F69 is #F99096. Grayscale: #4E4E4E. Windows color (decimal): -16355479 or 6909702. OLE color: 6909702.

HSL color Cylindrical-coordinate representation of color #066F69: hue angle of 176.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066F69 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 111 105 -
CMYK 0.95 0 0.05 0.56
HSL 176.57º 0.9% 0.23% -
HSV(B) 176.57º 0.95% 0.44% -
XYZ 8.31 12.43 15.33 -
YUV 78.92 142.71 75.99 -
System Red Green Blue C M Y K H S L
Decimal 6 111 105 0.95 0 0.05 0.56 176.57 0.9 0.23
Hex 6 6F 69 5F 0 5 38 B1 5A 17
Octal 6 157 151 137 0 5 70 261 132 27
Binary 110 1101111 1101001 1011111 0 101 111000 10110001 1011010 10111

Color Harmonies of #066F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066F69

Black with #066F69

Text Example


Text Example

White with #066F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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