Html Css Color HEX #7A8601 Olive

📋 copy color: '#7A8601'

red 122 ◦ green 134 ◦ blue 1

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

Shades of Olive #7A8601

Tints of Olive #7A8601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.14%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 47.47%
G = 52.14%
B = 0.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#7A8601 (or 0x7A8601) is known color: Olive. HEX triplet: 7A, 86 and 01. RGB value is (122,134,1). Sum of RGB (Red+Green+Blue) = 122+134+1=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8601 is #8579FE. Grayscale: #737373. Windows color (decimal): -8747519 or 99962. OLE color: 99962.

HSL color Cylindrical-coordinate representation of color #7A8601: hue angle of 65.41º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A8601 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 122 134 1 -
CMYK 0.09 0 0.99 0.47
HSL 65.41º 0.99% 0.26% -
HSV(B) 65.41º 0.99% 0.53% -
XYZ 16.56 21.19 3.25 -
YUV 115.25 63.52 132.81 -
System Red Green Blue C M Y K H S L
Decimal 122 134 1 0.09 0 0.99 0.47 65.41 0.99 0.26
Hex 7A 86 1 9 0 63 2F 41 63 1A
Octal 172 206 1 11 0 143 57 101 143 32
Binary 1111010 10000110 1 1001 0 1100011 101111 1000001 1100011 11010

Color Harmonies of #7A8601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8601

Black with #7A8601

Text Example


Text Example

White with #7A8601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,134,1); }

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

background-color css

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

 a { background-color: rgb(122,134,1); }

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

border-color css

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

 span { border-color: rgb(122,134,1); }

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