Html Css Color HEX #6B7601 Olive

📋 copy color: '#6B7601'

red 107 ◦ green 118 ◦ blue 1

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

Shades of Olive #6B7601

Tints of Olive #6B7601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.21%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 47.35%
G = 52.21%
B = 0.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#6B7601 (or 0x6B7601) is known color: Olive. HEX triplet: 6B, 76 and 01. RGB value is (107,118,1). Sum of RGB (Red+Green+Blue) = 107+118+1=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7601 is #9489FE. Grayscale: #656565. Windows color (decimal): -9734655 or 95851. OLE color: 95851.

HSL color Cylindrical-coordinate representation of color #6B7601: hue angle of 65.64º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B7601 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 118 1 -
CMYK 0.09 0 0.99 0.54
HSL 65.64º 0.98% 0.23% -
HSV(B) 65.64º 0.99% 0.46% -
XYZ 12.55 16.08 2.47 -
YUV 101.37 71.36 132.01 -
System Red Green Blue C M Y K H S L
Decimal 107 118 1 0.09 0 0.99 0.54 65.64 0.98 0.23
Hex 6B 76 1 9 0 63 36 42 62 17
Octal 153 166 1 11 0 143 66 102 142 27
Binary 1101011 1110110 1 1001 0 1100011 110110 1000010 1100010 10111

Color Harmonies of #6B7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7601

Black with #6B7601

Text Example


Text Example

White with #6B7601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,118,1); }

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

background-color css

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

 a { background-color: rgb(107,118,1); }

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

border-color css

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

 span { border-color: rgb(107,118,1); }

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