Html Css Color HEX #069275 Observatory

📋 copy color: '#069275'

red 6 ◦ green 146 ◦ blue 117

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

Shades of Observatory #069275

Tints of Observatory #069275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.28%

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

R = 2.23%
G = 54.28%
B = 43.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#069275 (or 0x069275) is known color: Observatory. HEX triplet: 06, 92 and 75. RGB value is (6,146,117). Sum of RGB (Red+Green+Blue) = 6+146+117=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #069275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069275 is #F96D8A. Grayscale: #646464. Windows color (decimal): -16346507 or 7705094. OLE color: 7705094.

HSL color Cylindrical-coordinate representation of color #069275: hue angle of 167.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069275 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 146 117 -
CMYK 0.96 0 0.20 0.43
HSL 167.57º 0.92% 0.3% -
HSV(B) 167.57º 0.96% 0.57% -
XYZ 13.56 21.88 20.34 -
YUV 100.83 137.12 60.36 -
System Red Green Blue C M Y K H S L
Decimal 6 146 117 0.96 0 0.20 0.43 167.57 0.92 0.3
Hex 6 92 75 60 0 14 2B A8 5C 1E
Octal 6 222 165 140 0 24 53 250 134 36
Binary 110 10010010 1110101 1100000 0 10100 101011 10101000 1011100 11110

Color Harmonies of #069275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069275

Black with #069275

Text Example


Text Example

White with #069275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069275; }

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

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

background-color css

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

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

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

border-color css

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

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

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