Html Css Color HEX #6B7A04 Olive

📋 copy color: '#6B7A04'

red 107 ◦ green 122 ◦ blue 4

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

Shades of Olive #6B7A04

Tints of Olive #6B7A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 52.36%

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

R = 45.92%
G = 52.36%
B = 1.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#6B7A04 (or 0x6B7A04) is known color: Olive. HEX triplet: 6B, 7A and 04. RGB value is (107,122,4). Sum of RGB (Red+Green+Blue) = 107+122+4=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7A04 is #9485FB. Grayscale: #686868. Windows color (decimal): -9733628 or 293483. OLE color: 293483.

HSL color Cylindrical-coordinate representation of color #6B7A04: hue angle of 67.63º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B7A04 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 122 4 -
CMYK 0.12 0 0.97 0.52
HSL 67.63º 0.94% 0.25% -
HSV(B) 67.63º 0.97% 0.48% -
XYZ 13.04 17.05 2.72 -
YUV 104.06 71.53 130.09 -
System Red Green Blue C M Y K H S L
Decimal 107 122 4 0.12 0 0.97 0.52 67.63 0.94 0.25
Hex 6B 7A 4 C 0 61 34 44 5E 19
Octal 153 172 4 14 0 141 64 104 136 31
Binary 1101011 1111010 100 1100 0 1100001 110100 1000100 1011110 11001

Color Harmonies of #6B7A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7A04

Black with #6B7A04

Text Example


Text Example

White with #6B7A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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