Html Css Color HEX #06917A Observatory

📋 copy color: '#06917A'

red 6 ◦ green 145 ◦ blue 122

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

Shades of Observatory #06917A

Tints of Observatory #06917A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.11%

 BLUE value IS 122 (48.05% from 255) = 44.69%

R = 2.2%
G = 53.11%
B = 44.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#06917A (or 0x06917A) is known color: Observatory. HEX triplet: 06, 91 and 7A. RGB value is (6,145,122). Sum of RGB (Red+Green+Blue) = 6+145+122=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #06917A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06917A is #F96E85. Grayscale: #646464. Windows color (decimal): -16346758 or 8032518. OLE color: 8032518.

HSL color Cylindrical-coordinate representation of color #06917A: hue angle of 170.07º 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 #06917A is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 145 122 -
CMYK 0.96 0 0.16 0.43
HSL 170.07º 0.92% 0.3% -
HSV(B) 170.07º 0.96% 0.57% -
XYZ 13.71 21.69 21.88 -
YUV 100.82 139.95 60.37 -
System Red Green Blue C M Y K H S L
Decimal 6 145 122 0.96 0 0.16 0.43 170.07 0.92 0.3
Hex 6 91 7A 60 0 10 2B AA 5C 1E
Octal 6 221 172 140 0 20 53 252 134 36
Binary 110 10010001 1111010 1100000 0 10000 101011 10101010 1011100 11110

Color Harmonies of #06917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06917A

Black with #06917A

Text Example


Text Example

White with #06917A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06917A; }

 p { color: rgb(6,145,122); }

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

background-color css

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

 a { background-color: rgb(6,145,122); }

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

border-color css

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

 span { border-color: rgb(6,145,122); }

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