Html Css Color HEX #06907D Observatory

📋 copy color: '#06907D'

red 6 ◦ green 144 ◦ blue 125

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

Shades of Observatory #06907D

Tints of Observatory #06907D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.45%

R = 2.18%
G = 52.36%
B = 45.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#06907D (or 0x06907D) is known color: Observatory. HEX triplet: 06, 90 and 7D. RGB value is (6,144,125). Sum of RGB (Red+Green+Blue) = 6+144+125=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #06907D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06907D is #F96F82. Grayscale: #646464. Windows color (decimal): -16347011 or 8228870. OLE color: 8228870.

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

Color convert

RGB 6 144 125 -
CMYK 0.96 0 0.13 0.44
HSL 171.74º 0.92% 0.29% -
HSV(B) 171.74º 0.96% 0.56% -
XYZ 13.75 21.47 22.82 -
YUV 100.57 141.78 60.54 -
System Red Green Blue C M Y K H S L
Decimal 6 144 125 0.96 0 0.13 0.44 171.74 0.92 0.29
Hex 6 90 7D 60 0 D 2C AC 5C 1D
Octal 6 220 175 140 0 15 54 254 134 35
Binary 110 10010000 1111101 1100000 0 1101 101100 10101100 1011100 11101

Color Harmonies of #06907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06907D

Black with #06907D

Text Example


Text Example

White with #06907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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