Html Css Color HEX #6B6504 Olive

📋 copy color: '#6B6504'

red 107 ◦ green 101 ◦ blue 4

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

Shades of Olive #6B6504

Tints of Olive #6B6504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.64%

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

R = 50.47%
G = 47.64%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6B6504 (or 0x6B6504) is known color: Olive. HEX triplet: 6B, 65 and 04. RGB value is (107,101,4). Sum of RGB (Red+Green+Blue) = 107+101+4=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6504 is #949AFB. Grayscale: #5C5C5C. Windows color (decimal): -9739004 or 288107. OLE color: 288107.

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

Color convert

RGB 107 101 4 -
CMYK 0 0.06 0.96 0.58
HSL 56.5º 0.93% 0.22% -
HSV(B) 56.5º 0.96% 0.42% -
XYZ 10.74 12.44 1.95 -
YUV 91.74 78.49 138.89 -
System Red Green Blue C M Y K H S L
Decimal 107 101 4 0 0.06 0.96 0.58 56.5 0.93 0.22
Hex 6B 65 4 0 6 60 3A 39 5D 16
Octal 153 145 4 0 6 140 72 71 135 26
Binary 1101011 1100101 100 0 110 1100000 111010 111001 1011101 10110

Color Harmonies of #6B6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6504

Black with #6B6504

Text Example


Text Example

White with #6B6504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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