Html Css Color HEX #6F741C Olivetone

📋 copy color: '#6F741C'

red 111 ◦ green 116 ◦ blue 28

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

Shades of Olivetone #6F741C

Tints of Olivetone #6F741C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.98%

R = 43.53%
G = 45.49%
B = 10.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#6F741C (or 0x6F741C) is known color: Olivetone. HEX triplet: 6F, 74 and 1C. RGB value is (111,116,28). Sum of RGB (Red+Green+Blue) = 111+116+28=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #6F741C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F741C is #908BE3. Grayscale: #686868. Windows color (decimal): -9472996 or 1864815. OLE color: 1864815.

HSL color Cylindrical-coordinate representation of color #6F741C: hue angle of 63.41º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F741C is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 116 28 -
CMYK 0.04 0 0.76 0.55
HSL 63.41º 0.61% 0.28% -
HSV(B) 63.41º 0.76% 0.45% -
XYZ 13.01 15.95 3.49 -
YUV 104.47 84.84 132.66 -
System Red Green Blue C M Y K H S L
Decimal 111 116 28 0.04 0 0.76 0.55 63.41 0.61 0.28
Hex 6F 74 1C 4 0 4C 37 3F 3D 1C
Octal 157 164 34 4 0 114 67 77 75 34
Binary 1101111 1110100 11100 100 0 1001100 110111 111111 111101 11100

Color Harmonies of #6F741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F741C

Black with #6F741C

Text Example


Text Example

White with #6F741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,116,28); }

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

background-color css

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

 a { background-color: rgb(111,116,28); }

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

border-color css

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

 span { border-color: rgb(111,116,28); }

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