Html Css Color HEX #7A870F Olive

📋 copy color: '#7A870F'

red 122 ◦ green 135 ◦ blue 15

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

Shades of Olive #7A870F

Tints of Olive #7A870F

RGB

 RED value IS 122 (48.05% from 255) = 44.85%

 GREEN value IS 135 (53.13% from 255) = 49.63%

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 44.85%
G = 49.63%
B = 5.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#7A870F (or 0x7A870F) is known color: Olive. HEX triplet: 7A, 87 and 0F. RGB value is (122,135,15). Sum of RGB (Red+Green+Blue) = 122+135+15=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #7A870F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A870F is #8578F0. Grayscale: #757575. Windows color (decimal): -8747249 or 1017722. OLE color: 1017722.

HSL color Cylindrical-coordinate representation of color #7A870F: hue angle of 66.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A870F is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 122 135 15 -
CMYK 0.10 0 0.89 0.47
HSL 66.5º 0.8% 0.29% -
HSV(B) 66.5º 0.89% 0.53% -
XYZ 16.78 21.5 3.72 -
YUV 117.43 70.19 131.26 -
System Red Green Blue C M Y K H S L
Decimal 122 135 15 0.10 0 0.89 0.47 66.5 0.8 0.29
Hex 7A 87 F A 0 59 2F 42 50 1D
Octal 172 207 17 12 0 131 57 102 120 35
Binary 1111010 10000111 1111 1010 0 1011001 101111 1000010 1010000 11101

Color Harmonies of #7A870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A870F

Black with #7A870F

Text Example


Text Example

White with #7A870F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,135,15); }

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

background-color css

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

 a { background-color: rgb(122,135,15); }

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

border-color css

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

 span { border-color: rgb(122,135,15); }

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