Html Css Color HEX #7B970A Olive

📋 copy color: '#7B970A'

red 123 ◦ green 151 ◦ blue 10

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

Shades of Olive #7B970A

Tints of Olive #7B970A

RGB

 RED value IS 123 (48.44% from 255) = 43.31%

 GREEN value IS 151 (59.38% from 255) = 53.17%

 BLUE value IS 10 (4.3% from 255) = 3.52%

R = 43.31%
G = 53.17%
B = 3.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#7B970A (or 0x7B970A) is known color: Olive. HEX triplet: 7B, 97 and 0A. RGB value is (123,151,10). Sum of RGB (Red+Green+Blue) = 123+151+10=284 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.31% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #7B970A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B970A is #8468F5. Grayscale: #7F7F7F. Windows color (decimal): -8677622 or 694139. OLE color: 694139.

HSL color Cylindrical-coordinate representation of color #7B970A: hue angle of 71.91º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B970A is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 151 10 -
CMYK 0.19 0 0.93 0.41
HSL 71.91º 0.88% 0.32% -
HSV(B) 71.91º 0.93% 0.59% -
XYZ 19.29 26.37 4.36 -
YUV 126.55 62.22 125.46 -
System Red Green Blue C M Y K H S L
Decimal 123 151 10 0.19 0 0.93 0.41 71.91 0.88 0.32
Hex 7B 97 A 13 0 5D 29 48 58 20
Octal 173 227 12 23 0 135 51 110 130 40
Binary 1111011 10010111 1010 10011 0 1011101 101001 1001000 1011000 100000

Color Harmonies of #7B970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B970A

Black with #7B970A

Text Example


Text Example

White with #7B970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B970A; }

 p { color: rgb(123,151,10); }

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

background-color css

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

 a { background-color: rgb(123,151,10); }

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

border-color css

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

 span { border-color: rgb(123,151,10); }

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