Html Css Color HEX #838F06 Olive

📋 copy color: '#838F06'

red 131 ◦ green 143 ◦ blue 6

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

Shades of Olive #838F06

Tints of Olive #838F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.14%

R = 46.79%
G = 51.07%
B = 2.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#838F06 (or 0x838F06) is known color: Olive. HEX triplet: 83, 8F and 06. RGB value is (131,143,6). Sum of RGB (Red+Green+Blue) = 131+143+6=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 143 (56.25% from 255 or 51.07% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 143 - color contains mainly: green. Hex color #838F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838F06 is #7C70F9. Grayscale: #7C7C7C. Windows color (decimal): -8155386 or 429955. OLE color: 429955.

HSL color Cylindrical-coordinate representation of color #838F06: hue angle of 65.26º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #838F06 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 143 6 -
CMYK 0.08 0 0.96 0.44
HSL 65.26º 0.92% 0.29% -
HSV(B) 65.26º 0.96% 0.56% -
XYZ 19.22 24.48 3.89 -
YUV 123.79 61.52 133.14 -
System Red Green Blue C M Y K H S L
Decimal 131 143 6 0.08 0 0.96 0.44 65.26 0.92 0.29
Hex 83 8F 6 8 0 60 2C 41 5C 1D
Octal 203 217 6 10 0 140 54 101 134 35
Binary 10000011 10001111 110 1000 0 1100000 101100 1000001 1011100 11101

Color Harmonies of #838F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838F06

Black with #838F06

Text Example


Text Example

White with #838F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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