Html Css Color HEX #069075 Observatory

📋 copy color: '#069075'

red 6 ◦ green 144 ◦ blue 117

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

Shades of Observatory #069075

Tints of Observatory #069075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.82%

R = 2.25%
G = 53.93%
B = 43.82%

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

#069075 (or 0x069075) is known color: Observatory. HEX triplet: 06, 90 and 75. RGB value is (6,144,117). Sum of RGB (Red+Green+Blue) = 6+144+117=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #069075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069075 is #F96F8A. Grayscale: #636363. Windows color (decimal): -16347019 or 7704582. OLE color: 7704582.

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

Color convert

RGB 6 144 117 -
CMYK 0.96 0 0.19 0.44
HSL 168.26º 0.92% 0.29% -
HSV(B) 168.26º 0.96% 0.56% -
XYZ 13.26 21.27 20.24 -
YUV 99.66 137.78 61.2 -
System Red Green Blue C M Y K H S L
Decimal 6 144 117 0.96 0 0.19 0.44 168.26 0.92 0.29
Hex 6 90 75 60 0 13 2C A8 5C 1D
Octal 6 220 165 140 0 23 54 250 134 35
Binary 110 10010000 1110101 1100000 0 10011 101100 10101000 1011100 11101

Color Harmonies of #069075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069075

Black with #069075

Text Example


Text Example

White with #069075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069075; }

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

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

background-color css

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

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

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

border-color css

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

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

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