Html Css Color HEX #00926D Observatory

📋 copy color: '#00926D'

red 0 ◦ green 146 ◦ blue 109

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

Shades of Observatory #00926D

Tints of Observatory #00926D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.75%

R = 0%
G = 57.25%
B = 42.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#00926D (or 0x00926D) is known color: Observatory. HEX triplet: 00, 92 and 6D. RGB value is (0,146,109). Sum of RGB (Red+Green+Blue) = 0+146+109=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #00926D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00926D is #FF6D92. Grayscale: #626262. Windows color (decimal): -16739731 or 7180800. OLE color: 7180800.

HSL color Cylindrical-coordinate representation of color #00926D: hue angle of 164.79º 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 #00926D is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 146 109 -
CMYK 1 0 0.25 0.43
HSL 164.79º 1% 0.29% -
HSV(B) 164.79º 1% 0.57% -
XYZ 13.04 21.66 17.96 -
YUV 98.13 134.13 58.01 -
System Red Green Blue C M Y K H S L
Decimal 0 146 109 1 0 0.25 0.43 164.79 1 0.29
Hex 0 92 6D 64 0 19 2B A5 64 1D
Octal 0 222 155 144 0 31 53 245 144 35
Binary 0 10010010 1101101 1100100 0 11001 101011 10100101 1100100 11101

Color Harmonies of #00926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00926D

Black with #00926D

Text Example


Text Example

White with #00926D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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