Html Css Color HEX #696300 Olive

📋 copy color: '#696300'

red 105 ◦ green 99 ◦ blue 0

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

Shades of Olive #696300

Tints of Olive #696300

RGB

 RED value IS 105 (41.41% from 255) = 51.47%

 GREEN value IS 99 (39.06% from 255) = 48.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.47%
G = 48.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#696300 (or 0x696300) is known color: Olive. HEX triplet: 69, 63 and 00. RGB value is (105,99,0). Sum of RGB (Red+Green+Blue) = 105+99+0=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #696300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696300 is #969CFF. Grayscale: #595959. Windows color (decimal): -9870592 or 25449. OLE color: 25449.

HSL color Cylindrical-coordinate representation of color #696300: hue angle of 56.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #696300 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 99 0 -
CMYK 0 0.06 1 0.59
HSL 56.57º 1% 0.21% -
HSV(B) 56.57º 1% 0.41% -
XYZ 10.29 11.93 1.76 -
YUV 89.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 105 99 0 0 0.06 1 0.59 56.57 1 0.21
Hex 69 63 0 0 6 64 3B 39 64 15
Octal 151 143 0 0 6 144 73 71 144 25
Binary 1101001 1100011 0 0 110 1100100 111011 111001 1100100 10101

Color Harmonies of #696300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696300

Black with #696300

Text Example


Text Example

White with #696300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696300; }

 p { color: rgb(105,99,0); }

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

background-color css

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

 a { background-color: rgb(105,99,0); }

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

border-color css

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

 span { border-color: rgb(105,99,0); }

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