Html Css Color HEX #6B6D04 Olive

📋 copy color: '#6B6D04'

red 107 ◦ green 109 ◦ blue 4

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

Shades of Olive #6B6D04

Tints of Olive #6B6D04

RGB

 RED value IS 107 (42.19% from 255) = 48.64%

 GREEN value IS 109 (42.97% from 255) = 49.55%

 BLUE value IS 4 (1.95% from 255) = 1.82%

R = 48.64%
G = 49.55%
B = 1.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6B6D04 (or 0x6B6D04) is known color: Olive. HEX triplet: 6B, 6D and 04. RGB value is (107,109,4). Sum of RGB (Red+Green+Blue) = 107+109+4=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6D04 is #9492FB. Grayscale: #606060. Windows color (decimal): -9736956 or 290155. OLE color: 290155.

HSL color Cylindrical-coordinate representation of color #6B6D04: hue angle of 61.14º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B6D04 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB 107 109 4 -
CMYK 0.02 0 0.96 0.57
HSL 61.14º 0.93% 0.22% -
HSV(B) 61.14º 0.96% 0.43% -
XYZ 11.55 14.07 2.22 -
YUV 96.43 75.84 135.54 -
System Red Green Blue C M Y K H S L
Decimal 107 109 4 0.02 0 0.96 0.57 61.14 0.93 0.22
Hex 6B 6D 4 2 0 60 39 3D 5D 16
Octal 153 155 4 2 0 140 71 75 135 26
Binary 1101011 1101101 100 10 0 1100000 111001 111101 1011101 10110

Color Harmonies of #6B6D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6D04

Black with #6B6D04

Text Example


Text Example

White with #6B6D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B6D04; }

 p { color: rgb(107,109,4); }

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

background-color css

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

 a { background-color: rgb(107,109,4); }

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

border-color css

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

 span { border-color: rgb(107,109,4); }

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