Html Css Color HEX #069067 Observatory

📋 copy color: '#069067'

red 6 ◦ green 144 ◦ blue 103

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

Shades of Observatory #069067

Tints of Observatory #069067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.71%

R = 2.37%
G = 56.92%
B = 40.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#069067 (or 0x069067) is known color: Observatory. HEX triplet: 06, 90 and 67. RGB value is (6,144,103). Sum of RGB (Red+Green+Blue) = 6+144+103=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 144 (56.64% from 255 or 56.92% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 144 - color contains mainly: green. Hex color #069067 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069067 is #F96F98. Grayscale: #626262. Windows color (decimal): -16347033 or 6787078. OLE color: 6787078.

HSL color Cylindrical-coordinate representation of color #069067: hue angle of 162.17º 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 #069067 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 144 103 -
CMYK 0.96 0 0.28 0.44
HSL 162.17º 0.92% 0.29% -
HSV(B) 162.17º 0.96% 0.56% -
XYZ 12.5 20.96 16.22 -
YUV 98.06 130.78 62.33 -
System Red Green Blue C M Y K H S L
Decimal 6 144 103 0.96 0 0.28 0.44 162.17 0.92 0.29
Hex 6 90 67 60 0 1C 2C A2 5C 1D
Octal 6 220 147 140 0 34 54 242 134 35
Binary 110 10010000 1100111 1100000 0 11100 101100 10100010 1011100 11101

Color Harmonies of #069067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069067

Black with #069067

Text Example


Text Example

White with #069067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069067; }

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

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

background-color css

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

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

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

border-color css

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

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

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