Html Css Color HEX #00946C Observatory

📋 copy color: '#00946C'

red 0 ◦ green 148 ◦ blue 108

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

Shades of Observatory #00946C

Tints of Observatory #00946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.81%

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

R = 0%
G = 57.81%
B = 42.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#00946C (or 0x00946C) is known color: Observatory. HEX triplet: 00, 94 and 6C. RGB value is (0,148,108). Sum of RGB (Red+Green+Blue) = 0+148+108=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #00946C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00946C is #FF6B93. Grayscale: #636363. Windows color (decimal): -16739220 or 7115776. OLE color: 7115776.

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

Color convert

RGB 0 148 108 -
CMYK 1 0 0.27 0.42
HSL 163.78º 1% 0.29% -
HSV(B) 163.78º 1% 0.58% -
XYZ 13.3 22.26 17.78 -
YUV 99.19 132.97 57.25 -
System Red Green Blue C M Y K H S L
Decimal 0 148 108 1 0 0.27 0.42 163.78 1 0.29
Hex 0 94 6C 64 0 1B 2A A4 64 1D
Octal 0 224 154 144 0 33 52 244 144 35
Binary 0 10010100 1101100 1100100 0 11011 101010 10100100 1100100 11101

Color Harmonies of #00946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00946C

Black with #00946C

Text Example


Text Example

White with #00946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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