Html Css Color HEX #968602 Olive

📋 copy color: '#968602'

red 150 ◦ green 134 ◦ blue 2

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

Shades of Olive #968602

Tints of Olive #968602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.85%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 52.45%
G = 46.85%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#968602 (or 0x968602) is known color: Olive. HEX triplet: 96, 86 and 02. RGB value is (150,134,2). Sum of RGB (Red+Green+Blue) = 150+134+2=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #968602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968602 is #6979FD. Grayscale: #7C7C7C. Windows color (decimal): -6912510 or 165526. OLE color: 165526.

HSL color Cylindrical-coordinate representation of color #968602: hue angle of 53.51º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #968602 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 134 2 -
CMYK 0 0.11 0.99 0.41
HSL 53.51º 0.97% 0.3% -
HSV(B) 53.51º 0.99% 0.59% -
XYZ 21.11 23.54 3.49 -
YUV 123.74 59.3 146.73 -
System Red Green Blue C M Y K H S L
Decimal 150 134 2 0 0.11 0.99 0.41 53.51 0.97 0.3
Hex 96 86 2 0 B 63 29 36 61 1E
Octal 226 206 2 0 13 143 51 66 141 36
Binary 10010110 10000110 10 0 1011 1100011 101001 110110 1100001 11110

Color Harmonies of #968602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968602

Black with #968602

Text Example


Text Example

White with #968602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968602; }

 p { color: rgb(150,134,2); }

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

background-color css

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

 a { background-color: rgb(150,134,2); }

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

border-color css

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

 span { border-color: rgb(150,134,2); }

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