Html Css Color HEX #6E7C03 Olive

📋 copy color: '#6E7C03'

red 110 ◦ green 124 ◦ blue 3

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

Shades of Olive #6E7C03

Tints of Olive #6E7C03

RGB

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

 GREEN value IS 124 (48.83% from 255) = 52.32%

 BLUE value IS 3 (1.56% from 255) = 1.27%

R = 46.41%
G = 52.32%
B = 1.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#6E7C03 (or 0x6E7C03) is known color: Olive. HEX triplet: 6E, 7C and 03. RGB value is (110,124,3). Sum of RGB (Red+Green+Blue) = 110+124+3=237 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.41% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #6E7C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7C03 is #9183FC. Grayscale: #6A6A6A. Windows color (decimal): -9536509 or 228462. OLE color: 228462.

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

Color convert

RGB 110 124 3 -
CMYK 0.11 0 0.98 0.51
HSL 66.94º 0.95% 0.25% -
HSV(B) 66.94º 0.98% 0.49% -
XYZ 13.65 17.74 2.79 -
YUV 106.02 69.86 130.84 -
System Red Green Blue C M Y K H S L
Decimal 110 124 3 0.11 0 0.98 0.51 66.94 0.95 0.25
Hex 6E 7C 3 B 0 62 33 43 5F 19
Octal 156 174 3 13 0 142 63 103 137 31
Binary 1101110 1111100 11 1011 0 1100010 110011 1000011 1011111 11001

Color Harmonies of #6E7C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7C03

Black with #6E7C03

Text Example


Text Example

White with #6E7C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,124,3); }

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

background-color css

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

 a { background-color: rgb(110,124,3); }

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

border-color css

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

 span { border-color: rgb(110,124,3); }

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