Html Css Color HEX #827B05 Olive

📋 copy color: '#827B05'

red 130 ◦ green 123 ◦ blue 5

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

Shades of Olive #827B05

Tints of Olive #827B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.94%

R = 50.39%
G = 47.67%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#827B05 (or 0x827B05) is known color: Olive. HEX triplet: 82, 7B and 05. RGB value is (130,123,5). Sum of RGB (Red+Green+Blue) = 130+123+5=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #827B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827B05 is #7D84FA. Grayscale: #707070. Windows color (decimal): -8226043 or 359298. OLE color: 359298.

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

Color convert

RGB 130 123 5 -
CMYK 0 0.05 0.96 0.49
HSL 56.64º 0.93% 0.26% -
HSV(B) 56.64º 0.96% 0.51% -
XYZ 16.32 18.92 2.94 -
YUV 111.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 130 123 5 0 0.05 0.96 0.49 56.64 0.93 0.26
Hex 82 7B 5 0 5 60 31 39 5D 1A
Octal 202 173 5 0 5 140 61 71 135 32
Binary 10000010 1111011 101 0 101 1100000 110001 111001 1011101 11010

Color Harmonies of #827B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B05

Black with #827B05

Text Example


Text Example

White with #827B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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