Html Css Color HEX #638700 Olive Drab

📋 copy color: '#638700'

red 99 ◦ green 135 ◦ blue 0

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

Shades of Olive Drab #638700

Tints of Olive Drab #638700

RGB

 RED value IS 99 (39.06% from 255) = 42.31%

 GREEN value IS 135 (53.13% from 255) = 57.69%

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

R = 42.31%
G = 57.69%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#638700 (or 0x638700) is known color: Olive Drab. HEX triplet: 63, 87 and 00. RGB value is (99,135,0). Sum of RGB (Red+Green+Blue) = 99+135+0=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #638700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638700 is #9C78FF. Grayscale: #6D6D6D. Windows color (decimal): -10254592 or 34659. OLE color: 34659.

HSL color Cylindrical-coordinate representation of color #638700: hue angle of 76º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #638700 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 135 0 -
CMYK 0.27 0 1 0.47
HSL 76º 1% 0.26% -
HSV(B) 76º 1% 0.53% -
XYZ 13.81 19.98 3.13 -
YUV 108.85 66.57 120.98 -
System Red Green Blue C M Y K H S L
Decimal 99 135 0 0.27 0 1 0.47 76 1 0.26
Hex 63 87 0 1B 0 64 2F 4C 64 1A
Octal 143 207 0 33 0 144 57 114 144 32
Binary 1100011 10000111 0 11011 0 1100100 101111 1001100 1100100 11010

Color Harmonies of #638700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638700

Black with #638700

Text Example


Text Example

White with #638700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638700; }

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

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

background-color css

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

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

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

border-color css

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

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

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