Html Css Color HEX #6F830A Olive

📋 copy color: '#6F830A'

red 111 ◦ green 131 ◦ blue 10

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

Shades of Olive #6F830A

Tints of Olive #6F830A

RGB

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

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

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

R = 44.05%
G = 51.98%
B = 3.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#6F830A (or 0x6F830A) is known color: Olive. HEX triplet: 6F, 83 and 0A. RGB value is (111,131,10). Sum of RGB (Red+Green+Blue) = 111+131+10=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #6F830A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F830A is #907CF5. Grayscale: #6F6F6F. Windows color (decimal): -9469174 or 689007. OLE color: 689007.

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

Color convert

RGB 111 131 10 -
CMYK 0.15 0 0.92 0.49
HSL 69.92º 0.86% 0.28% -
HSV(B) 69.92º 0.92% 0.51% -
XYZ 14.73 19.63 3.3 -
YUV 111.23 70.87 127.84 -
System Red Green Blue C M Y K H S L
Decimal 111 131 10 0.15 0 0.92 0.49 69.92 0.86 0.28
Hex 6F 83 A F 0 5C 31 46 56 1C
Octal 157 203 12 17 0 134 61 106 126 34
Binary 1101111 10000011 1010 1111 0 1011100 110001 1000110 1010110 11100

Color Harmonies of #6F830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F830A

Black with #6F830A

Text Example


Text Example

White with #6F830A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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