Html Css Color HEX #069066 Observatory

📋 copy color: '#069066'

red 6 ◦ green 144 ◦ blue 102

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

Shades of Observatory #069066

Tints of Observatory #069066

RGB

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

 GREEN value IS 144 (56.64% from 255) = 57.14%

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 2.38%
G = 57.14%
B = 40.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#069066 (or 0x069066) is known color: Observatory. HEX triplet: 06, 90 and 66. RGB value is (6,144,102). Sum of RGB (Red+Green+Blue) = 6+144+102=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #069066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069066 is #F96F99. Grayscale: #616161. Windows color (decimal): -16347034 or 6721542. OLE color: 6721542.

HSL color Cylindrical-coordinate representation of color #069066: hue angle of 161.74º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069066 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 144 102 -
CMYK 0.96 0 0.29 0.44
HSL 161.74º 0.92% 0.29% -
HSV(B) 161.74º 0.96% 0.56% -
XYZ 12.45 20.94 15.96 -
YUV 97.95 130.28 62.42 -
System Red Green Blue C M Y K H S L
Decimal 6 144 102 0.96 0 0.29 0.44 161.74 0.92 0.29
Hex 6 90 66 60 0 1D 2C A2 5C 1D
Octal 6 220 146 140 0 35 54 242 134 35
Binary 110 10010000 1100110 1100000 0 11101 101100 10100010 1011100 11101

Color Harmonies of #069066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069066

Black with #069066

Text Example


Text Example

White with #069066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069066; }

 p { color: rgb(6,144,102); }

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

background-color css

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

 a { background-color: rgb(6,144,102); }

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

border-color css

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

 span { border-color: rgb(6,144,102); }

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