Html Css Color HEX #827B06 Olive

📋 copy color: '#827B06'

red 130 ◦ green 123 ◦ blue 6

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

Shades of Olive #827B06

Tints of Olive #827B06

RGB

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

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

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

R = 50.19%
G = 47.49%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#827B06 (or 0x827B06) is known color: Olive. HEX triplet: 82, 7B and 06. RGB value is (130,123,6). Sum of RGB (Red+Green+Blue) = 130+123+6=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #827B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827B06 is #7D84F9. Grayscale: #707070. Windows color (decimal): -8226042 or 424834. OLE color: 424834.

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

Color convert

RGB 130 123 6 -
CMYK 0 0.05 0.95 0.49
HSL 56.61º 0.91% 0.27% -
HSV(B) 56.61º 0.95% 0.51% -
XYZ 16.32 18.92 2.96 -
YUV 111.76 68.32 141.01 -
System Red Green Blue C M Y K H S L
Decimal 130 123 6 0 0.05 0.95 0.49 56.61 0.91 0.27
Hex 82 7B 6 0 5 5F 31 39 5B 1B
Octal 202 173 6 0 5 137 61 71 133 33
Binary 10000010 1111011 110 0 101 1011111 110001 111001 1011011 11011

Color Harmonies of #827B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B06

Black with #827B06

Text Example


Text Example

White with #827B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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