Html Css Color HEX #7D7601 Olive

📋 copy color: '#7D7601'

red 125 ◦ green 118 ◦ blue 1

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

Shades of Olive #7D7601

Tints of Olive #7D7601

RGB

 RED value IS 125 (49.22% from 255) = 51.23%

 GREEN value IS 118 (46.48% from 255) = 48.36%

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

R = 51.23%
G = 48.36%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#7D7601 (or 0x7D7601) is known color: Olive. HEX triplet: 7D, 76 and 01. RGB value is (125,118,1). Sum of RGB (Red+Green+Blue) = 125+118+1=244 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.23% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7601 is #8289FE. Grayscale: #6B6B6B. Windows color (decimal): -8555007 or 95869. OLE color: 95869.

HSL color Cylindrical-coordinate representation of color #7D7601: hue angle of 56.61º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D7601 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 118 1 -
CMYK 0 0.06 0.99 0.51
HSL 56.61º 0.98% 0.25% -
HSV(B) 56.61º 0.99% 0.49% -
XYZ 14.94 17.32 2.58 -
YUV 106.76 68.32 141.01 -
System Red Green Blue C M Y K H S L
Decimal 125 118 1 0 0.06 0.99 0.51 56.61 0.98 0.25
Hex 7D 76 1 0 6 63 33 39 62 19
Octal 175 166 1 0 6 143 63 71 142 31
Binary 1111101 1110110 1 0 110 1100011 110011 111001 1100010 11001

Color Harmonies of #7D7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7601

Black with #7D7601

Text Example


Text Example

White with #7D7601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,118,1); }

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

background-color css

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

 a { background-color: rgb(125,118,1); }

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

border-color css

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

 span { border-color: rgb(125,118,1); }

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