Html Css Color HEX #827F0F Olive

📋 copy color: '#827F0F'

red 130 ◦ green 127 ◦ blue 15

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

Shades of Olive #827F0F

Tints of Olive #827F0F

RGB

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

 GREEN value IS 127 (50% from 255) = 46.69%

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 47.79%
G = 46.69%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#827F0F (or 0x827F0F) is known color: Olive. HEX triplet: 82, 7F and 0F. RGB value is (130,127,15). Sum of RGB (Red+Green+Blue) = 130+127+15=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #827F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827F0F is #7D80F0. Grayscale: #737373. Windows color (decimal): -8225009 or 1015682. OLE color: 1015682.

HSL color Cylindrical-coordinate representation of color #827F0F: hue angle of 58.43º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #827F0F is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 15 -
CMYK 0 0.02 0.88 0.49
HSL 58.43º 0.79% 0.28% -
HSV(B) 58.43º 0.88% 0.51% -
XYZ 16.88 19.96 3.41 -
YUV 115.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 130 127 15 0 0.02 0.88 0.49 58.43 0.79 0.28
Hex 82 7F F 0 2 58 31 3A 4F 1C
Octal 202 177 17 0 2 130 61 72 117 34
Binary 10000010 1111111 1111 0 10 1011000 110001 111010 1001111 11100

Color Harmonies of #827F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F0F

Black with #827F0F

Text Example


Text Example

White with #827F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,127,15); }

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

background-color css

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

 a { background-color: rgb(130,127,15); }

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

border-color css

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

 span { border-color: rgb(130,127,15); }

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