Html Css Color HEX #997F02 Olive

📋 copy color: '#997F02'

red 153 ◦ green 127 ◦ blue 2

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

Shades of Olive #997F02

Tints of Olive #997F02

RGB

 RED value IS 153 (60.16% from 255) = 54.26%

 GREEN value IS 127 (50% from 255) = 45.04%

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

R = 54.26%
G = 45.04%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#997F02 (or 0x997F02) is known color: Olive. HEX triplet: 99, 7F and 02. RGB value is (153,127,2). Sum of RGB (Red+Green+Blue) = 153+127+2=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #997F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F02 is #6680FD. Grayscale: #797979. Windows color (decimal): -6717694 or 163737. OLE color: 163737.

HSL color Cylindrical-coordinate representation of color #997F02: hue angle of 49.67º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #997F02 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 2 -
CMYK 0 0.17 0.99 0.4
HSL 49.67º 0.97% 0.3% -
HSV(B) 49.67º 0.99% 0.6% -
XYZ 20.74 21.96 3.2 -
YUV 120.52 61.11 151.16 -
System Red Green Blue C M Y K H S L
Decimal 153 127 2 0 0.17 0.99 0.4 49.67 0.97 0.3
Hex 99 7F 2 0 11 63 28 32 61 1E
Octal 231 177 2 0 21 143 50 62 141 36
Binary 10011001 1111111 10 0 10001 1100011 101000 110010 1100001 11110

Color Harmonies of #997F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F02

Black with #997F02

Text Example


Text Example

White with #997F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997F02; }

 p { color: rgb(153,127,2); }

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

background-color css

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

 a { background-color: rgb(153,127,2); }

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

border-color css

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

 span { border-color: rgb(153,127,2); }

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