Html Css Color HEX #7F740C Olive

📋 copy color: '#7F740C'

red 127 ◦ green 116 ◦ blue 12

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

Shades of Olive #7F740C

Tints of Olive #7F740C

RGB

 RED value IS 127 (50% from 255) = 49.8%

 GREEN value IS 116 (45.7% from 255) = 45.49%

 BLUE value IS 12 (5.08% from 255) = 4.71%

R = 49.8%
G = 45.49%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F740C (or 0x7F740C) is known color: Olive. HEX triplet: 7F, 74 and 0C. RGB value is (127,116,12). Sum of RGB (Red+Green+Blue) = 127+116+12=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F740C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F740C is #808BF3. Grayscale: #6B6B6B. Windows color (decimal): -8424436 or 816255. OLE color: 816255.

HSL color Cylindrical-coordinate representation of color #7F740C: hue angle of 54.26º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F740C is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 116 12 -
CMYK 0 0.09 0.91 0.50
HSL 54.26º 0.83% 0.27% -
HSV(B) 54.26º 0.91% 0.5% -
XYZ 15.06 17.03 2.84 -
YUV 107.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 127 116 12 0 0.09 0.91 0.50 54.26 0.83 0.27
Hex 7F 74 C 0 9 5B 32 36 53 1B
Octal 177 164 14 0 11 133 62 66 123 33
Binary 1111111 1110100 1100 0 1001 1011011 110010 110110 1010011 11011

Color Harmonies of #7F740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F740C

Black with #7F740C

Text Example


Text Example

White with #7F740C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,116,12); }

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

background-color css

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

 a { background-color: rgb(127,116,12); }

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

border-color css

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

 span { border-color: rgb(127,116,12); }

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