Html Css Color HEX #827F07 Olive

📋 copy color: '#827F07'

red 130 ◦ green 127 ◦ blue 7

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

Shades of Olive #827F07

Tints of Olive #827F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.65%

R = 49.24%
G = 48.11%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#827F07 (or 0x827F07) is known color: Olive. HEX triplet: 82, 7F and 07. RGB value is (130,127,7). Sum of RGB (Red+Green+Blue) = 130+127+7=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 127 (50% from 255 or 48.11% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #827F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827F07 is #7D80F8. Grayscale: #727272. Windows color (decimal): -8225017 or 491394. OLE color: 491394.

HSL color Cylindrical-coordinate representation of color #827F07: hue angle of 58.54º degrees, saturation: 0.9, 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 #827F07 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 7 -
CMYK 0 0.02 0.95 0.49
HSL 58.54º 0.9% 0.27% -
HSV(B) 58.54º 0.95% 0.51% -
XYZ 16.83 19.94 3.16 -
YUV 114.22 67.49 139.26 -
System Red Green Blue C M Y K H S L
Decimal 130 127 7 0 0.02 0.95 0.49 58.54 0.9 0.27
Hex 82 7F 7 0 2 5F 31 3B 5A 1B
Octal 202 177 7 0 2 137 61 73 132 33
Binary 10000010 1111111 111 0 10 1011111 110001 111011 1011010 11011

Color Harmonies of #827F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F07

Black with #827F07

Text Example


Text Example

White with #827F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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