Html Css Color HEX #7D8F01 Olive

📋 copy color: '#7D8F01'

red 125 ◦ green 143 ◦ blue 1

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

Shades of Olive #7D8F01

Tints of Olive #7D8F01

RGB

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

 GREEN value IS 143 (56.25% from 255) = 53.16%

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

R = 46.47%
G = 53.16%
B = 0.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#7D8F01 (or 0x7D8F01) is known color: Olive. HEX triplet: 7D, 8F and 01. RGB value is (125,143,1). Sum of RGB (Red+Green+Blue) = 125+143+1=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 143 (56.25% from 255 or 53.16% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 143 - color contains mainly: green. Hex color #7D8F01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8F01 is #8270FE. Grayscale: #797979. Windows color (decimal): -8548607 or 102269. OLE color: 102269.

HSL color Cylindrical-coordinate representation of color #7D8F01: hue angle of 67.61º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D8F01 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 143 1 -
CMYK 0.13 0 0.99 0.44
HSL 67.61º 0.99% 0.28% -
HSV(B) 67.61º 0.99% 0.56% -
XYZ 18.29 24.01 3.7 -
YUV 121.43 60.04 130.55 -
System Red Green Blue C M Y K H S L
Decimal 125 143 1 0.13 0 0.99 0.44 67.61 0.99 0.28
Hex 7D 8F 1 D 0 63 2C 44 63 1C
Octal 175 217 1 15 0 143 54 104 143 34
Binary 1111101 10001111 1 1101 0 1100011 101100 1000100 1100011 11100

Color Harmonies of #7D8F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8F01

Black with #7D8F01

Text Example


Text Example

White with #7D8F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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