Html Css Color HEX #977E02 Olive

📋 copy color: '#977E02'

red 151 ◦ green 126 ◦ blue 2

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

Shades of Olive #977E02

Tints of Olive #977E02

RGB

 RED value IS 151 (59.38% from 255) = 54.12%

 GREEN value IS 126 (49.61% from 255) = 45.16%

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

R = 54.12%
G = 45.16%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#977E02 (or 0x977E02) is known color: Olive. HEX triplet: 97, 7E and 02. RGB value is (151,126,2). Sum of RGB (Red+Green+Blue) = 151+126+2=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #977E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977E02 is #6881FD. Grayscale: #777777. Windows color (decimal): -6849022 or 163479. OLE color: 163479.

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

Color convert

RGB 151 126 2 -
CMYK 0 0.17 0.99 0.41
HSL 49.93º 0.97% 0.3% -
HSV(B) 49.93º 0.99% 0.59% -
XYZ 20.23 21.51 3.14 -
YUV 119.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 151 126 2 0 0.17 0.99 0.41 49.93 0.97 0.3
Hex 97 7E 2 0 11 63 29 32 61 1E
Octal 227 176 2 0 21 143 51 62 141 36
Binary 10010111 1111110 10 0 10001 1100011 101001 110010 1100001 11110

Color Harmonies of #977E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E02

Black with #977E02

Text Example


Text Example

White with #977E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977E02; }

 p { color: rgb(151,126,2); }

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

background-color css

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

 a { background-color: rgb(151,126,2); }

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

border-color css

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

 span { border-color: rgb(151,126,2); }

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