Html Css Color HEX #968A07 Olive

📋 copy color: '#968A07'

red 150 ◦ green 138 ◦ blue 7

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

Shades of Olive #968A07

Tints of Olive #968A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.37%

R = 50.85%
G = 46.78%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#968A07 (or 0x968A07) is known color: Olive. HEX triplet: 96, 8A and 07. RGB value is (150,138,7). Sum of RGB (Red+Green+Blue) = 150+138+7=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #968A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968A07 is #6975F8. Grayscale: #7F7F7F. Windows color (decimal): -6911481 or 494230. OLE color: 494230.

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

Color convert

RGB 150 138 7 -
CMYK 0 0.08 0.95 0.41
HSL 54.97º 0.91% 0.31% -
HSV(B) 54.97º 0.95% 0.59% -
XYZ 21.7 24.68 3.82 -
YUV 126.65 60.48 144.65 -
System Red Green Blue C M Y K H S L
Decimal 150 138 7 0 0.08 0.95 0.41 54.97 0.91 0.31
Hex 96 8A 7 0 8 5F 29 37 5B 1F
Octal 226 212 7 0 10 137 51 67 133 37
Binary 10010110 10001010 111 0 1000 1011111 101001 110111 1011011 11111

Color Harmonies of #968A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A07

Black with #968A07

Text Example


Text Example

White with #968A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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