Html Css Color HEX #69830F Olive Drab

📋 copy color: '#69830F'

red 105 ◦ green 131 ◦ blue 15

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

Shades of Olive Drab #69830F

Tints of Olive Drab #69830F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.19%

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

R = 41.83%
G = 52.19%
B = 5.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#69830F (or 0x69830F) is known color: Olive Drab. HEX triplet: 69, 83 and 0F. RGB value is (105,131,15). Sum of RGB (Red+Green+Blue) = 105+131+15=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #69830F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69830F is #967CF0. Grayscale: #6E6E6E. Windows color (decimal): -9862385 or 1016681. OLE color: 1016681.

HSL color Cylindrical-coordinate representation of color #69830F: hue angle of 73.45º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69830F is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 131 15 -
CMYK 0.20 0 0.89 0.49
HSL 73.45º 0.79% 0.29% -
HSV(B) 73.45º 0.89% 0.51% -
XYZ 14.03 19.27 3.43 -
YUV 110 74.39 124.43 -
System Red Green Blue C M Y K H S L
Decimal 105 131 15 0.20 0 0.89 0.49 73.45 0.79 0.29
Hex 69 83 F 14 0 59 31 49 4F 1D
Octal 151 203 17 24 0 131 61 111 117 35
Binary 1101001 10000011 1111 10100 0 1011001 110001 1001001 1001111 11101

Color Harmonies of #69830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69830F

Black with #69830F

Text Example


Text Example

White with #69830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69830F; }

 p { color: rgb(105,131,15); }

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

background-color css

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

 a { background-color: rgb(105,131,15); }

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

border-color css

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

 span { border-color: rgb(105,131,15); }

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