Html Css Color HEX #00956A Observatory

📋 copy color: '#00956A'

red 0 ◦ green 149 ◦ blue 106

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

Shades of Observatory #00956A

Tints of Observatory #00956A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.43%

 BLUE value IS 106 (41.8% from 255) = 41.57%

R = 0%
G = 58.43%
B = 41.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#00956A (or 0x00956A) is known color: Observatory. HEX triplet: 00, 95 and 6A. RGB value is (0,149,106). Sum of RGB (Red+Green+Blue) = 0+149+106=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #00956A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00956A is #FF6A95. Grayscale: #636363. Windows color (decimal): -16738966 or 6984960. OLE color: 6984960.

HSL color Cylindrical-coordinate representation of color #00956A: hue angle of 162.68º 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 #00956A is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 149 106 -
CMYK 1 0 0.29 0.42
HSL 162.68º 1% 0.29% -
HSV(B) 162.68º 1% 0.58% -
XYZ 13.35 22.54 17.28 -
YUV 99.55 131.64 57 -
System Red Green Blue C M Y K H S L
Decimal 0 149 106 1 0 0.29 0.42 162.68 1 0.29
Hex 0 95 6A 64 0 1D 2A A3 64 1D
Octal 0 225 152 144 0 35 52 243 144 35
Binary 0 10010101 1101010 1100100 0 11101 101010 10100011 1100100 11101

Color Harmonies of #00956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00956A

Black with #00956A

Text Example


Text Example

White with #00956A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,149,106); }

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

background-color css

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

 a { background-color: rgb(0,149,106); }

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

border-color css

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

 span { border-color: rgb(0,149,106); }

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