Html Css Color HEX #968701 Olive

📋 copy color: '#968701'

red 150 ◦ green 135 ◦ blue 1

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

Shades of Olive #968701

Tints of Olive #968701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.2%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 52.45%
G = 47.2%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#968701 (or 0x968701) is known color: Olive. HEX triplet: 96, 87 and 01. RGB value is (150,135,1). Sum of RGB (Red+Green+Blue) = 150+135+1=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #968701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968701 is #6978FE. Grayscale: #7C7C7C. Windows color (decimal): -6912255 or 100246. OLE color: 100246.

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

Color convert

RGB 150 135 1 -
CMYK 0 0.1 0.99 0.41
HSL 53.96º 0.99% 0.3% -
HSV(B) 53.96º 0.99% 0.59% -
XYZ 21.25 23.81 3.51 -
YUV 124.21 58.47 146.4 -
System Red Green Blue C M Y K H S L
Decimal 150 135 1 0 0.1 0.99 0.41 53.96 0.99 0.3
Hex 96 87 1 0 A 63 29 36 63 1E
Octal 226 207 1 0 12 143 51 66 143 36
Binary 10010110 10000111 1 0 1010 1100011 101001 110110 1100011 11110

Color Harmonies of #968701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968701

Black with #968701

Text Example


Text Example

White with #968701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968701; }

 p { color: rgb(150,135,1); }

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

background-color css

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

 a { background-color: rgb(150,135,1); }

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

border-color css

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

 span { border-color: rgb(150,135,1); }

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