Html Css Color HEX #827B14 Olive

📋 copy color: '#827B14'

red 130 ◦ green 123 ◦ blue 20

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

Shades of Olive #827B14

Tints of Olive #827B14

RGB

 RED value IS 130 (51.17% from 255) = 47.62%

 GREEN value IS 123 (48.44% from 255) = 45.05%

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 47.62%
G = 45.05%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#827B14 (or 0x827B14) is known color: Olive. HEX triplet: 82, 7B and 14. RGB value is (130,123,20). Sum of RGB (Red+Green+Blue) = 130+123+20=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #827B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827B14 is #7D84EB. Grayscale: #717171. Windows color (decimal): -8226028 or 1342338. OLE color: 1342338.

HSL color Cylindrical-coordinate representation of color #827B14: hue angle of 56.18º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #827B14 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 123 20 -
CMYK 0 0.05 0.85 0.49
HSL 56.18º 0.73% 0.29% -
HSV(B) 56.18º 0.85% 0.51% -
XYZ 16.42 18.96 3.46 -
YUV 113.35 75.32 139.88 -
System Red Green Blue C M Y K H S L
Decimal 130 123 20 0 0.05 0.85 0.49 56.18 0.73 0.29
Hex 82 7B 14 0 5 55 31 38 49 1D
Octal 202 173 24 0 5 125 61 70 111 35
Binary 10000010 1111011 10100 0 101 1010101 110001 111000 1001001 11101

Color Harmonies of #827B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B14

Black with #827B14

Text Example


Text Example

White with #827B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827B14; }

 p { color: rgb(130,123,20); }

 H1.HeaderClassName
 {
   color: #827B14;
 }
 .AnyTagClassName
 {
   color: #827B14;
 }
</style>

background-color css

<style>
 a { background-color: #827B14; }

 a { background-color: rgb(130,123,20); }

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

border-color css

<style>
 span { border-color: #827B14; }

 span { border-color: rgb(130,123,20); }

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