Html Css Color HEX #968902 Olive

📋 copy color: '#968902'

red 150 ◦ green 137 ◦ blue 2

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

Shades of Olive #968902

Tints of Olive #968902

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.4%

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

R = 51.9%
G = 47.4%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#968902 (or 0x968902) is known color: Olive. HEX triplet: 96, 89 and 02. RGB value is (150,137,2). Sum of RGB (Red+Green+Blue) = 150+137+2=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #968902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968902 is #6976FD. Grayscale: #7E7E7E. Windows color (decimal): -6911742 or 166294. OLE color: 166294.

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

Color convert

RGB 150 137 2 -
CMYK 0 0.09 0.99 0.41
HSL 54.73º 0.97% 0.3% -
HSV(B) 54.73º 0.99% 0.59% -
XYZ 21.53 24.38 3.63 -
YUV 125.5 58.31 145.48 -
System Red Green Blue C M Y K H S L
Decimal 150 137 2 0 0.09 0.99 0.41 54.73 0.97 0.3
Hex 96 89 2 0 9 63 29 37 61 1E
Octal 226 211 2 0 11 143 51 67 141 36
Binary 10010110 10001001 10 0 1001 1100011 101001 110111 1100001 11110

Color Harmonies of #968902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968902

Black with #968902

Text Example


Text Example

White with #968902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968902; }

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

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

background-color css

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

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

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

border-color css

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

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

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