Html Css Color HEX #628318 Olive Drab

📋 copy color: '#628318'

red 98 ◦ green 131 ◦ blue 24

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

Shades of Olive Drab #628318

Tints of Olive Drab #628318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.49%

R = 38.74%
G = 51.78%
B = 9.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#628318 (or 0x628318) is known color: Olive Drab. HEX triplet: 62, 83 and 18. RGB value is (98,131,24). Sum of RGB (Red+Green+Blue) = 98+131+24=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #628318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628318 is #9D7CE7. Grayscale: #6D6D6D. Windows color (decimal): -10321128 or 1606498. OLE color: 1606498.

HSL color Cylindrical-coordinate representation of color #628318: hue angle of 78.5º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #628318 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 131 24 -
CMYK 0.25 0 0.82 0.49
HSL 78.5º 0.69% 0.3% -
HSV(B) 78.5º 0.82% 0.51% -
XYZ 13.32 18.9 3.81 -
YUV 108.94 80.07 120.2 -
System Red Green Blue C M Y K H S L
Decimal 98 131 24 0.25 0 0.82 0.49 78.5 0.69 0.3
Hex 62 83 18 19 0 52 31 4F 45 1E
Octal 142 203 30 31 0 122 61 117 105 36
Binary 1100010 10000011 11000 11001 0 1010010 110001 1001111 1000101 11110

Color Harmonies of #628318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628318

Black with #628318

Text Example


Text Example

White with #628318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628318; }

 p { color: rgb(98,131,24); }

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

background-color css

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

 a { background-color: rgb(98,131,24); }

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

border-color css

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

 span { border-color: rgb(98,131,24); }

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