Html Css Color HEX #6F7223 Olivetone

📋 copy color: '#6F7223'

red 111 ◦ green 114 ◦ blue 35

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

Shades of Olivetone #6F7223

Tints of Olivetone #6F7223

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.85%

 BLUE value IS 35 (14.06% from 255) = 13.46%

R = 42.69%
G = 43.85%
B = 13.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#6F7223 (or 0x6F7223) is known color: Olivetone. HEX triplet: 6F, 72 and 23. RGB value is (111,114,35). Sum of RGB (Red+Green+Blue) = 111+114+35=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7223 is #908DDC. Grayscale: #686868. Windows color (decimal): -9473501 or 2323055. OLE color: 2323055.

HSL color Cylindrical-coordinate representation of color #6F7223: hue angle of 62.28º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F7223 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 114 35 -
CMYK 0.03 0 0.69 0.55
HSL 62.28º 0.53% 0.29% -
HSV(B) 62.28º 0.69% 0.45% -
XYZ 12.88 15.54 3.91 -
YUV 104.1 89.01 132.92 -
System Red Green Blue C M Y K H S L
Decimal 111 114 35 0.03 0 0.69 0.55 62.28 0.53 0.29
Hex 6F 72 23 3 0 45 37 3E 35 1D
Octal 157 162 43 3 0 105 67 76 65 35
Binary 1101111 1110010 100011 11 0 1000101 110111 111110 110101 11101

Color Harmonies of #6F7223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7223

Black with #6F7223

Text Example


Text Example

White with #6F7223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,114,35); }

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

background-color css

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

 a { background-color: rgb(111,114,35); }

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

border-color css

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

 span { border-color: rgb(111,114,35); }

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