Html Css Color HEX #06907A Observatory

📋 copy color: '#06907A'

red 6 ◦ green 144 ◦ blue 122

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

Shades of Observatory #06907A

Tints of Observatory #06907A

RGB

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

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

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

R = 2.21%
G = 52.94%
B = 44.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#06907A (or 0x06907A) is known color: Observatory. HEX triplet: 06, 90 and 7A. RGB value is (6,144,122). Sum of RGB (Red+Green+Blue) = 6+144+122=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 144 (56.64% from 255 or 52.94% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 144 - color contains mainly: green. Hex color #06907A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06907A is #F96F85. Grayscale: #646464. Windows color (decimal): -16347014 or 8032262. OLE color: 8032262.

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

Color convert

RGB 6 144 122 -
CMYK 0.96 0 0.15 0.44
HSL 170.43º 0.92% 0.29% -
HSV(B) 170.43º 0.96% 0.56% -
XYZ 13.56 21.39 21.83 -
YUV 100.23 140.28 60.79 -
System Red Green Blue C M Y K H S L
Decimal 6 144 122 0.96 0 0.15 0.44 170.43 0.92 0.29
Hex 6 90 7A 60 0 F 2C AA 5C 1D
Octal 6 220 172 140 0 17 54 252 134 35
Binary 110 10010000 1111010 1100000 0 1111 101100 10101010 1011100 11101

Color Harmonies of #06907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06907A

Black with #06907A

Text Example


Text Example

White with #06907A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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