Html Css Color HEX #838D0E Olive

📋 copy color: '#838D0E'

red 131 ◦ green 141 ◦ blue 14

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

Shades of Olive #838D0E

Tints of Olive #838D0E

RGB

 RED value IS 131 (51.56% from 255) = 45.8%

 GREEN value IS 141 (55.47% from 255) = 49.3%

 BLUE value IS 14 (5.86% from 255) = 4.9%

R = 45.8%
G = 49.3%
B = 4.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#838D0E (or 0x838D0E) is known color: Olive. HEX triplet: 83, 8D and 0E. RGB value is (131,141,14). Sum of RGB (Red+Green+Blue) = 131+141+14=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #838D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838D0E is #7C72F1. Grayscale: #7C7C7C. Windows color (decimal): -8155890 or 953731. OLE color: 953731.

HSL color Cylindrical-coordinate representation of color #838D0E: hue angle of 64.72º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #838D0E is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 141 14 -
CMYK 0.07 0 0.90 0.45
HSL 64.72º 0.82% 0.3% -
HSV(B) 64.72º 0.9% 0.55% -
XYZ 18.96 23.91 4.03 -
YUV 123.53 66.19 133.33 -
System Red Green Blue C M Y K H S L
Decimal 131 141 14 0.07 0 0.90 0.45 64.72 0.82 0.3
Hex 83 8D E 7 0 5A 2D 41 52 1E
Octal 203 215 16 7 0 132 55 101 122 36
Binary 10000011 10001101 1110 111 0 1011010 101101 1000001 1010010 11110

Color Harmonies of #838D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D0E

Black with #838D0E

Text Example


Text Example

White with #838D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838D0E; }

 p { color: rgb(131,141,14); }

 H1.HeaderClassName
 {
   color: #838D0E;
 }
 .AnyTagClassName
 {
   color: #838D0E;
 }
</style>

background-color css

<style>
 a { background-color: #838D0E; }

 a { background-color: rgb(131,141,14); }

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

border-color css

<style>
 span { border-color: #838D0E; }

 span { border-color: rgb(131,141,14); }

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