Html Css Color HEX #6E7023 Olivetone

📋 copy color: '#6E7023'

red 110 ◦ green 112 ◦ blue 35

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

Shades of Olivetone #6E7023

Tints of Olivetone #6E7023

RGB

 RED value IS 110 (43.36% from 255) = 42.8%

 GREEN value IS 112 (44.14% from 255) = 43.58%

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

R = 42.8%
G = 43.58%
B = 13.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#6E7023 (or 0x6E7023) is known color: Olivetone. HEX triplet: 6E, 70 and 23. RGB value is (110,112,35). Sum of RGB (Red+Green+Blue) = 110+112+35=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7023 is #918FDC. Grayscale: #666666. Windows color (decimal): -9539549 or 2322542. OLE color: 2322542.

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

Color convert

RGB 110 112 35 -
CMYK 0.02 0 0.69 0.56
HSL 61.56º 0.52% 0.29% -
HSV(B) 61.56º 0.69% 0.44% -
XYZ 12.53 15.02 3.83 -
YUV 102.62 89.84 133.26 -
System Red Green Blue C M Y K H S L
Decimal 110 112 35 0.02 0 0.69 0.56 61.56 0.52 0.29
Hex 6E 70 23 2 0 45 38 3E 34 1D
Octal 156 160 43 2 0 105 70 76 64 35
Binary 1101110 1110000 100011 10 0 1000101 111000 111110 110100 11101

Color Harmonies of #6E7023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7023

Black with #6E7023

Text Example


Text Example

White with #6E7023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,112,35); }

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

background-color css

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

 a { background-color: rgb(110,112,35); }

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

border-color css

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

 span { border-color: rgb(110,112,35); }

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