Html Css Color HEX #00956B Observatory

📋 copy color: '#00956B'

red 0 ◦ green 149 ◦ blue 107

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

Shades of Observatory #00956B

Tints of Observatory #00956B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.8%

R = 0%
G = 58.2%
B = 41.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#00956B (or 0x00956B) is known color: Observatory. HEX triplet: 00, 95 and 6B. RGB value is (0,149,107). Sum of RGB (Red+Green+Blue) = 0+149+107=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #00956B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00956B is #FF6A94. Grayscale: #636363. Windows color (decimal): -16738965 or 7050496. OLE color: 7050496.

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

Color convert

RGB 0 149 107 -
CMYK 1 0 0.28 0.42
HSL 163.09º 1% 0.29% -
HSV(B) 163.09º 1% 0.58% -
XYZ 13.4 22.56 17.56 -
YUV 99.66 132.14 56.92 -
System Red Green Blue C M Y K H S L
Decimal 0 149 107 1 0 0.28 0.42 163.09 1 0.29
Hex 0 95 6B 64 0 1C 2A A3 64 1D
Octal 0 225 153 144 0 34 52 243 144 35
Binary 0 10010101 1101011 1100100 0 11100 101010 10100011 1100100 11101

Color Harmonies of #00956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00956B

Black with #00956B

Text Example


Text Example

White with #00956B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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