Html Css Color HEX #6B830A Olive

📋 copy color: '#6B830A'

red 107 ◦ green 131 ◦ blue 10

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

Shades of Olive #6B830A

Tints of Olive #6B830A

RGB

 RED value IS 107 (42.19% from 255) = 43.15%

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

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

R = 43.15%
G = 52.82%
B = 4.03%

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

#6B830A (or 0x6B830A) is known color: Olive. HEX triplet: 6B, 83 and 0A. RGB value is (107,131,10). Sum of RGB (Red+Green+Blue) = 107+131+10=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #6B830A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B830A is #947CF5. Grayscale: #6E6E6E. Windows color (decimal): -9731318 or 689003. OLE color: 689003.

HSL color Cylindrical-coordinate representation of color #6B830A: hue angle of 71.9º 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 #6B830A is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 131 10 -
CMYK 0.18 0 0.92 0.49
HSL 71.9º 0.86% 0.28% -
HSV(B) 71.9º 0.92% 0.51% -
XYZ 14.23 19.38 3.28 -
YUV 110.03 71.55 125.84 -
System Red Green Blue C M Y K H S L
Decimal 107 131 10 0.18 0 0.92 0.49 71.9 0.86 0.28
Hex 6B 83 A 12 0 5C 31 48 56 1C
Octal 153 203 12 22 0 134 61 110 126 34
Binary 1101011 10000011 1010 10010 0 1011100 110001 1001000 1010110 11100

Color Harmonies of #6B830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B830A

Black with #6B830A

Text Example


Text Example

White with #6B830A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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