Html Css Color HEX #968102 Olive

📋 copy color: '#968102'

red 150 ◦ green 129 ◦ blue 2

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

Shades of Olive #968102

Tints of Olive #968102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.91%

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

R = 53.38%
G = 45.91%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#968102 (or 0x968102) is known color: Olive. HEX triplet: 96, 81 and 02. RGB value is (150,129,2). Sum of RGB (Red+Green+Blue) = 150+129+2=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #968102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968102 is #697EFD. Grayscale: #797979. Windows color (decimal): -6913790 or 164246. OLE color: 164246.

HSL color Cylindrical-coordinate representation of color #968102: hue angle of 51.49º 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 #968102 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 129 2 -
CMYK 0 0.14 0.99 0.41
HSL 51.49º 0.97% 0.3% -
HSV(B) 51.49º 0.99% 0.59% -
XYZ 20.44 22.19 3.26 -
YUV 120.8 60.96 148.83 -
System Red Green Blue C M Y K H S L
Decimal 150 129 2 0 0.14 0.99 0.41 51.49 0.97 0.3
Hex 96 81 2 0 E 63 29 33 61 1E
Octal 226 201 2 0 16 143 51 63 141 36
Binary 10010110 10000001 10 0 1110 1100011 101001 110011 1100001 11110

Color Harmonies of #968102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968102

Black with #968102

Text Example


Text Example

White with #968102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968102; }

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

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

background-color css

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

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

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

border-color css

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

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

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