Html Css Color HEX #069073 Observatory

📋 copy color: '#069073'

red 6 ◦ green 144 ◦ blue 115

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

Shades of Observatory #069073

Tints of Observatory #069073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.4%

R = 2.26%
G = 54.34%
B = 43.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#069073 (or 0x069073) is known color: Observatory. HEX triplet: 06, 90 and 73. RGB value is (6,144,115). Sum of RGB (Red+Green+Blue) = 6+144+115=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #069073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069073 is #F96F8C. Grayscale: #636363. Windows color (decimal): -16347021 or 7573510. OLE color: 7573510.

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

Color convert

RGB 6 144 115 -
CMYK 0.96 0 0.20 0.44
HSL 167.39º 0.92% 0.29% -
HSV(B) 167.39º 0.96% 0.56% -
XYZ 13.14 21.22 19.62 -
YUV 99.43 136.78 61.36 -
System Red Green Blue C M Y K H S L
Decimal 6 144 115 0.96 0 0.20 0.44 167.39 0.92 0.29
Hex 6 90 73 60 0 14 2C A7 5C 1D
Octal 6 220 163 140 0 24 54 247 134 35
Binary 110 10010000 1110011 1100000 0 10100 101100 10100111 1011100 11101

Color Harmonies of #069073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069073

Black with #069073

Text Example


Text Example

White with #069073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069073; }

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

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

background-color css

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

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

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

border-color css

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

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

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