Html Css Color HEX #968A0B Olive

📋 copy color: '#968A0B'

red 150 ◦ green 138 ◦ blue 11

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

Shades of Olive #968A0B

Tints of Olive #968A0B

RGB

 RED value IS 150 (58.98% from 255) = 50.17%

 GREEN value IS 138 (54.3% from 255) = 46.15%

 BLUE value IS 11 (4.69% from 255) = 3.68%

R = 50.17%
G = 46.15%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#968A0B (or 0x968A0B) is known color: Olive. HEX triplet: 96, 8A and 0B. RGB value is (150,138,11). Sum of RGB (Red+Green+Blue) = 150+138+11=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #968A0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968A0B is #6975F4. Grayscale: #7F7F7F. Windows color (decimal): -6911477 or 756374. OLE color: 756374.

HSL color Cylindrical-coordinate representation of color #968A0B: hue angle of 54.82º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #968A0B is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 138 11 -
CMYK 0 0.08 0.93 0.41
HSL 54.82º 0.86% 0.32% -
HSV(B) 54.82º 0.93% 0.59% -
XYZ 21.73 24.69 3.94 -
YUV 127.11 62.48 144.33 -
System Red Green Blue C M Y K H S L
Decimal 150 138 11 0 0.08 0.93 0.41 54.82 0.86 0.32
Hex 96 8A B 0 8 5D 29 37 56 20
Octal 226 212 13 0 10 135 51 67 126 40
Binary 10010110 10001010 1011 0 1000 1011101 101001 110111 1010110 100000

Color Harmonies of #968A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A0B

Black with #968A0B

Text Example


Text Example

White with #968A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968A0B; }

 p { color: rgb(150,138,11); }

 H1.HeaderClassName
 {
   color: #968A0B;
 }
 .AnyTagClassName
 {
   color: #968A0B;
 }
</style>

background-color css

<style>
 a { background-color: #968A0B; }

 a { background-color: rgb(150,138,11); }

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

border-color css

<style>
 span { border-color: #968A0B; }

 span { border-color: rgb(150,138,11); }

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