Html Css Color HEX #6F830D Olive

📋 copy color: '#6F830D'

red 111 ◦ green 131 ◦ blue 13

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

Shades of Olive #6F830D

Tints of Olive #6F830D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.1%

R = 43.53%
G = 51.37%
B = 5.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#6F830D (or 0x6F830D) is known color: Olive. HEX triplet: 6F, 83 and 0D. RGB value is (111,131,13). Sum of RGB (Red+Green+Blue) = 111+131+13=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #6F830D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F830D is #907CF2. Grayscale: #707070. Windows color (decimal): -9469171 or 885615. OLE color: 885615.

HSL color Cylindrical-coordinate representation of color #6F830D: hue angle of 70.17º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F830D is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 131 13 -
CMYK 0.15 0 0.90 0.49
HSL 70.17º 0.82% 0.28% -
HSV(B) 70.17º 0.9% 0.51% -
XYZ 14.74 19.64 3.39 -
YUV 111.57 72.37 127.59 -
System Red Green Blue C M Y K H S L
Decimal 111 131 13 0.15 0 0.90 0.49 70.17 0.82 0.28
Hex 6F 83 D F 0 5A 31 46 52 1C
Octal 157 203 15 17 0 132 61 106 122 34
Binary 1101111 10000011 1101 1111 0 1011010 110001 1000110 1010010 11100

Color Harmonies of #6F830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F830D

Black with #6F830D

Text Example


Text Example

White with #6F830D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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