Html Css Color HEX #838F0E Olive

📋 copy color: '#838F0E'

red 131 ◦ green 143 ◦ blue 14

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

Shades of Olive #838F0E

Tints of Olive #838F0E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 49.65%

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

R = 45.49%
G = 49.65%
B = 4.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#838F0E (or 0x838F0E) is known color: Olive. HEX triplet: 83, 8F and 0E. RGB value is (131,143,14). Sum of RGB (Red+Green+Blue) = 131+143+14=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #838F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838F0E is #7C70F1. Grayscale: #7D7D7D. Windows color (decimal): -8155378 or 954243. OLE color: 954243.

HSL color Cylindrical-coordinate representation of color #838F0E: hue angle of 65.58º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #838F0E is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 143 14 -
CMYK 0.08 0 0.90 0.44
HSL 65.58º 0.82% 0.31% -
HSV(B) 65.58º 0.9% 0.56% -
XYZ 19.26 24.5 4.13 -
YUV 124.71 65.52 132.49 -
System Red Green Blue C M Y K H S L
Decimal 131 143 14 0.08 0 0.90 0.44 65.58 0.82 0.31
Hex 83 8F E 8 0 5A 2C 42 52 1F
Octal 203 217 16 10 0 132 54 102 122 37
Binary 10000011 10001111 1110 1000 0 1011010 101100 1000010 1010010 11111

Color Harmonies of #838F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838F0E

Black with #838F0E

Text Example


Text Example

White with #838F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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