Html Css Color HEX #61830A Olive Drab

📋 copy color: '#61830A'

red 97 ◦ green 131 ◦ blue 10

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

Shades of Olive Drab #61830A

Tints of Olive Drab #61830A

RGB

 RED value IS 97 (38.28% from 255) = 40.76%

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

 BLUE value IS 10 (4.3% from 255) = 4.2%

R = 40.76%
G = 55.04%
B = 4.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#61830A (or 0x61830A) is known color: Olive Drab. HEX triplet: 61, 83 and 0A. RGB value is (97,131,10). Sum of RGB (Red+Green+Blue) = 97+131+10=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #61830A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61830A is #9E7CF5. Grayscale: #6B6B6B. Windows color (decimal): -10386678 or 688993. OLE color: 688993.

HSL color Cylindrical-coordinate representation of color #61830A: hue angle of 76.86º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61830A is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 131 10 -
CMYK 0.26 0 0.92 0.49
HSL 76.86º 0.86% 0.28% -
HSV(B) 76.86º 0.92% 0.51% -
XYZ 13.1 18.8 3.22 -
YUV 107.04 73.24 120.84 -
System Red Green Blue C M Y K H S L
Decimal 97 131 10 0.26 0 0.92 0.49 76.86 0.86 0.28
Hex 61 83 A 1A 0 5C 31 4D 56 1C
Octal 141 203 12 32 0 134 61 115 126 34
Binary 1100001 10000011 1010 11010 0 1011100 110001 1001101 1010110 11100

Color Harmonies of #61830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61830A

Black with #61830A

Text Example


Text Example

White with #61830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61830A; }

 p { color: rgb(97,131,10); }

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

background-color css

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

 a { background-color: rgb(97,131,10); }

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

border-color css

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

 span { border-color: rgb(97,131,10); }

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