Html Css Color HEX #6F6D30 Olivetone

📋 copy color: '#6F6D30'

red 111 ◦ green 109 ◦ blue 48

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

Shades of Olivetone #6F6D30

Tints of Olivetone #6F6D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.67%

 BLUE value IS 48 (19.14% from 255) = 17.91%

R = 41.42%
G = 40.67%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F6D30 (or 0x6F6D30) is known color: Olivetone. HEX triplet: 6F, 6D and 30. RGB value is (111,109,48). Sum of RGB (Red+Green+Blue) = 111+109+48=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6D30 is #9092CF. Grayscale: #666666. Windows color (decimal): -9474768 or 3173743. OLE color: 3173743.

HSL color Cylindrical-coordinate representation of color #6F6D30: hue angle of 58.1º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F6D30 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 109 48 -
CMYK 0 0.02 0.57 0.56
HSL 58.1º 0.4% 0.31% -
HSV(B) 58.1º 0.57% 0.44% -
XYZ 12.56 14.53 4.94 -
YUV 102.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 111 109 48 0 0.02 0.57 0.56 58.1 0.4 0.31
Hex 6F 6D 30 0 2 39 38 3A 28 1F
Octal 157 155 60 0 2 71 70 72 50 37
Binary 1101111 1101101 110000 0 10 111001 111000 111010 101000 11111

Color Harmonies of #6F6D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6D30

Black with #6F6D30

Text Example


Text Example

White with #6F6D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,109,48); }

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

background-color css

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

 a { background-color: rgb(111,109,48); }

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

border-color css

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

 span { border-color: rgb(111,109,48); }

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