Html Css Color HEX #827B03 Olive

📋 copy color: '#827B03'

red 130 ◦ green 123 ◦ blue 3

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

Shades of Olive #827B03

Tints of Olive #827B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 50.78%
G = 48.05%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#827B03 (or 0x827B03) is known color: Olive. HEX triplet: 82, 7B and 03. RGB value is (130,123,3). Sum of RGB (Red+Green+Blue) = 130+123+3=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #827B03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827B03 is #7D84FC. Grayscale: #6F6F6F. Windows color (decimal): -8226045 or 228226. OLE color: 228226.

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

Color convert

RGB 130 123 3 -
CMYK 0 0.05 0.98 0.49
HSL 56.69º 0.95% 0.26% -
HSV(B) 56.69º 0.98% 0.51% -
XYZ 16.31 18.92 2.88 -
YUV 111.41 66.82 141.26 -
System Red Green Blue C M Y K H S L
Decimal 130 123 3 0 0.05 0.98 0.49 56.69 0.95 0.26
Hex 82 7B 3 0 5 62 31 39 5F 1A
Octal 202 173 3 0 5 142 61 71 137 32
Binary 10000010 1111011 11 0 101 1100010 110001 111001 1011111 11010

Color Harmonies of #827B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B03

Black with #827B03

Text Example


Text Example

White with #827B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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