Html Css Color HEX #6F7E04 Olive

📋 copy color: '#6F7E04'

red 111 ◦ green 126 ◦ blue 4

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

Shades of Olive #6F7E04

Tints of Olive #6F7E04

RGB

 RED value IS 111 (43.75% from 255) = 46.06%

 GREEN value IS 126 (49.61% from 255) = 52.28%

 BLUE value IS 4 (1.95% from 255) = 1.66%

R = 46.06%
G = 52.28%
B = 1.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#6F7E04 (or 0x6F7E04) is known color: Olive. HEX triplet: 6F, 7E and 04. RGB value is (111,126,4). Sum of RGB (Red+Green+Blue) = 111+126+4=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #6F7E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7E04 is #9081FB. Grayscale: #6C6C6C. Windows color (decimal): -9470460 or 294511. OLE color: 294511.

HSL color Cylindrical-coordinate representation of color #6F7E04: hue angle of 67.38º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F7E04 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 126 4 -
CMYK 0.12 0 0.97 0.51
HSL 67.38º 0.94% 0.25% -
HSV(B) 67.38º 0.97% 0.49% -
XYZ 14.04 18.31 2.91 -
YUV 107.61 69.53 130.42 -
System Red Green Blue C M Y K H S L
Decimal 111 126 4 0.12 0 0.97 0.51 67.38 0.94 0.25
Hex 6F 7E 4 C 0 61 33 43 5E 19
Octal 157 176 4 14 0 141 63 103 136 31
Binary 1101111 1111110 100 1100 0 1100001 110011 1000011 1011110 11001

Color Harmonies of #6F7E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7E04

Black with #6F7E04

Text Example


Text Example

White with #6F7E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F7E04; }

 p { color: rgb(111,126,4); }

 H1.HeaderClassName
 {
   color: #6F7E04;
 }
 .AnyTagClassName
 {
   color: #6F7E04;
 }
</style>

background-color css

<style>
 a { background-color: #6F7E04; }

 a { background-color: rgb(111,126,4); }

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

border-color css

<style>
 span { border-color: #6F7E04; }

 span { border-color: rgb(111,126,4); }

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