Html Css Color HEX #829307 Olive

📋 copy color: '#829307'

red 130 ◦ green 147 ◦ blue 7

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

Shades of Olive #829307

Tints of Olive #829307

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.76%

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

R = 45.77%
G = 51.76%
B = 2.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#829307 (or 0x829307) is known color: Olive. HEX triplet: 82, 93 and 07. RGB value is (130,147,7). Sum of RGB (Red+Green+Blue) = 130+147+7=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #829307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829307 is #7D6CF8. Grayscale: #7E7E7E. Windows color (decimal): -8219897 or 496514. OLE color: 496514.

HSL color Cylindrical-coordinate representation of color #829307: hue angle of 67.29º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #829307 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 147 7 -
CMYK 0.12 0 0.95 0.42
HSL 67.29º 0.91% 0.3% -
HSV(B) 67.29º 0.95% 0.58% -
XYZ 19.68 25.63 4.11 -
YUV 125.96 60.87 130.88 -
System Red Green Blue C M Y K H S L
Decimal 130 147 7 0.12 0 0.95 0.42 67.29 0.91 0.3
Hex 82 93 7 C 0 5F 2A 43 5B 1E
Octal 202 223 7 14 0 137 52 103 133 36
Binary 10000010 10010011 111 1100 0 1011111 101010 1000011 1011011 11110

Color Harmonies of #829307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829307

Black with #829307

Text Example


Text Example

White with #829307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829307; }

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

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

background-color css

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

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

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

border-color css

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

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

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