Html Css Color HEX #6C830A Olive

📋 copy color: '#6C830A'

red 108 ◦ green 131 ◦ blue 10

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

Shades of Olive #6C830A

Tints of Olive #6C830A

RGB

 RED value IS 108 (42.58% from 255) = 43.37%

 GREEN value IS 131 (51.56% from 255) = 52.61%

 BLUE value IS 10 (4.3% from 255) = 4.02%

R = 43.37%
G = 52.61%
B = 4.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#6C830A (or 0x6C830A) is known color: Olive. HEX triplet: 6C, 83 and 0A. RGB value is (108,131,10). Sum of RGB (Red+Green+Blue) = 108+131+10=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #6C830A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C830A is #937CF5. Grayscale: #6E6E6E. Windows color (decimal): -9665782 or 689004. OLE color: 689004.

HSL color Cylindrical-coordinate representation of color #6C830A: hue angle of 71.4º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C830A is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 131 10 -
CMYK 0.18 0 0.92 0.49
HSL 71.4º 0.86% 0.28% -
HSV(B) 71.4º 0.92% 0.51% -
XYZ 14.36 19.44 3.28 -
YUV 110.33 71.38 126.34 -
System Red Green Blue C M Y K H S L
Decimal 108 131 10 0.18 0 0.92 0.49 71.4 0.86 0.28
Hex 6C 83 A 12 0 5C 31 47 56 1C
Octal 154 203 12 22 0 134 61 107 126 34
Binary 1101100 10000011 1010 10010 0 1011100 110001 1000111 1010110 11100

Color Harmonies of #6C830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C830A

Black with #6C830A

Text Example


Text Example

White with #6C830A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,131,10); }

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

background-color css

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

 a { background-color: rgb(108,131,10); }

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

border-color css

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

 span { border-color: rgb(108,131,10); }

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