Html Css Color HEX #00926C Observatory

📋 copy color: '#00926C'

red 0 ◦ green 146 ◦ blue 108

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

Shades of Observatory #00926C

Tints of Observatory #00926C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 0%
G = 57.48%
B = 42.52%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#00926C (or 0x00926C) is known color: Observatory. HEX triplet: 00, 92 and 6C. RGB value is (0,146,108). Sum of RGB (Red+Green+Blue) = 0+146+108=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #00926C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00926C is #FF6D93. Grayscale: #626262. Windows color (decimal): -16739732 or 7115264. OLE color: 7115264.

HSL color Cylindrical-coordinate representation of color #00926C: hue angle of 164.38º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00926C is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 146 108 -
CMYK 1 0 0.26 0.43
HSL 164.38º 1% 0.29% -
HSV(B) 164.38º 1% 0.57% -
XYZ 12.99 21.64 17.68 -
YUV 98.01 133.63 58.09 -
System Red Green Blue C M Y K H S L
Decimal 0 146 108 1 0 0.26 0.43 164.38 1 0.29
Hex 0 92 6C 64 0 1A 2B A4 64 1D
Octal 0 222 154 144 0 32 53 244 144 35
Binary 0 10010010 1101100 1100100 0 11010 101011 10100100 1100100 11101

Color Harmonies of #00926C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00926C

Black with #00926C

Text Example


Text Example

White with #00926C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00926C; }

 p { color: rgb(0,146,108); }

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

background-color css

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

 a { background-color: rgb(0,146,108); }

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

border-color css

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

 span { border-color: rgb(0,146,108); }

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