Html Css Color HEX #678B00 Olive

📋 copy color: '#678B00'

red 103 ◦ green 139 ◦ blue 0

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

Shades of Olive #678B00

Tints of Olive #678B00

RGB

 RED value IS 103 (40.63% from 255) = 42.56%

 GREEN value IS 139 (54.69% from 255) = 57.44%

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

R = 42.56%
G = 57.44%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#678B00 (or 0x678B00) is known color: Olive. HEX triplet: 67, 8B and 00. RGB value is (103,139,0). Sum of RGB (Red+Green+Blue) = 103+139+0=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #678B00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678B00 is #9874FF. Grayscale: #707070. Windows color (decimal): -9991424 or 35687. OLE color: 35687.

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

Color convert

RGB 103 139 0 -
CMYK 0.26 0 1 0.45
HSL 75.54º 1% 0.27% -
HSV(B) 75.54º 1% 0.55% -
XYZ 14.83 21.35 3.34 -
YUV 112.39 64.57 121.3 -
System Red Green Blue C M Y K H S L
Decimal 103 139 0 0.26 0 1 0.45 75.54 1 0.27
Hex 67 8B 0 1A 0 64 2D 4C 64 1B
Octal 147 213 0 32 0 144 55 114 144 33
Binary 1100111 10001011 0 11010 0 1100100 101101 1001100 1100100 11011

Color Harmonies of #678B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678B00

Black with #678B00

Text Example


Text Example

White with #678B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678B00; }

 p { color: rgb(103,139,0); }

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

background-color css

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

 a { background-color: rgb(103,139,0); }

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

border-color css

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

 span { border-color: rgb(103,139,0); }

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