Html Css Color HEX #069065 Observatory

📋 copy color: '#069065'

red 6 ◦ green 144 ◦ blue 101

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

Shades of Observatory #069065

Tints of Observatory #069065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.24%

R = 2.39%
G = 57.37%
B = 40.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#069065 (or 0x069065) is known color: Observatory. HEX triplet: 06, 90 and 65. RGB value is (6,144,101). Sum of RGB (Red+Green+Blue) = 6+144+101=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 144 (56.64% from 255 or 57.37% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 144 - color contains mainly: green. Hex color #069065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069065 is #F96F9A. Grayscale: #616161. Windows color (decimal): -16347035 or 6656006. OLE color: 6656006.

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

Color convert

RGB 6 144 101 -
CMYK 0.96 0 0.30 0.44
HSL 161.3º 0.92% 0.29% -
HSV(B) 161.3º 0.96% 0.56% -
XYZ 12.4 20.92 15.7 -
YUV 97.84 129.78 62.5 -
System Red Green Blue C M Y K H S L
Decimal 6 144 101 0.96 0 0.30 0.44 161.3 0.92 0.29
Hex 6 90 65 60 0 1E 2C A1 5C 1D
Octal 6 220 145 140 0 36 54 241 134 35
Binary 110 10010000 1100101 1100000 0 11110 101100 10100001 1011100 11101

Color Harmonies of #069065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069065

Black with #069065

Text Example


Text Example

White with #069065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069065; }

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

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

background-color css

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

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

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

border-color css

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

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

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