Html Css Color HEX #62850A Olive Drab

📋 copy color: '#62850A'

red 98 ◦ green 133 ◦ blue 10

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

Shades of Olive Drab #62850A

Tints of Olive Drab #62850A

RGB

 RED value IS 98 (38.67% from 255) = 40.66%

 GREEN value IS 133 (52.34% from 255) = 55.19%

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

R = 40.66%
G = 55.19%
B = 4.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#62850A (or 0x62850A) is known color: Olive Drab. HEX triplet: 62, 85 and 0A. RGB value is (98,133,10). Sum of RGB (Red+Green+Blue) = 98+133+10=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #62850A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62850A is #9D7AF5. Grayscale: #6C6C6C. Windows color (decimal): -10320630 or 689506. OLE color: 689506.

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

Color convert

RGB 98 133 10 -
CMYK 0.26 0 0.92 0.48
HSL 77.07º 0.86% 0.28% -
HSV(B) 77.07º 0.92% 0.52% -
XYZ 13.48 19.39 3.32 -
YUV 108.51 72.4 120.5 -
System Red Green Blue C M Y K H S L
Decimal 98 133 10 0.26 0 0.92 0.48 77.07 0.86 0.28
Hex 62 85 A 1A 0 5C 30 4D 56 1C
Octal 142 205 12 32 0 134 60 115 126 34
Binary 1100010 10000101 1010 11010 0 1011100 110000 1001101 1010110 11100

Color Harmonies of #62850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62850A

Black with #62850A

Text Example


Text Example

White with #62850A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,133,10); }

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

background-color css

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

 a { background-color: rgb(98,133,10); }

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

border-color css

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

 span { border-color: rgb(98,133,10); }

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