Html Css Color HEX #069074 Observatory

📋 copy color: '#069074'

red 6 ◦ green 144 ◦ blue 116

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

Shades of Observatory #069074

Tints of Observatory #069074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 2.26%
G = 54.14%
B = 43.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#069074 (or 0x069074) is known color: Observatory. HEX triplet: 06, 90 and 74. RGB value is (6,144,116). Sum of RGB (Red+Green+Blue) = 6+144+116=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #069074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069074 is #F96F8B. Grayscale: #636363. Windows color (decimal): -16347020 or 7639046. OLE color: 7639046.

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

Color convert

RGB 6 144 116 -
CMYK 0.96 0 0.19 0.44
HSL 167.83º 0.92% 0.29% -
HSV(B) 167.83º 0.96% 0.56% -
XYZ 13.2 21.25 19.93 -
YUV 99.55 137.28 61.28 -
System Red Green Blue C M Y K H S L
Decimal 6 144 116 0.96 0 0.19 0.44 167.83 0.92 0.29
Hex 6 90 74 60 0 13 2C A8 5C 1D
Octal 6 220 164 140 0 23 54 250 134 35
Binary 110 10010000 1110100 1100000 0 10011 101100 10101000 1011100 11101

Color Harmonies of #069074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069074

Black with #069074

Text Example


Text Example

White with #069074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069074; }

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

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

background-color css

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

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

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

border-color css

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

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

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