Html Css Color HEX #6B7602 Olive

📋 copy color: '#6B7602'

red 107 ◦ green 118 ◦ blue 2

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

Shades of Olive #6B7602

Tints of Olive #6B7602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 47.14%
G = 51.98%
B = 0.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#6B7602 (or 0x6B7602) is known color: Olive. HEX triplet: 6B, 76 and 02. RGB value is (107,118,2). Sum of RGB (Red+Green+Blue) = 107+118+2=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7602 is #9489FD. Grayscale: #656565. Windows color (decimal): -9734654 or 161387. OLE color: 161387.

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

Color convert

RGB 107 118 2 -
CMYK 0.09 0 0.98 0.54
HSL 65.69º 0.97% 0.24% -
HSV(B) 65.69º 0.98% 0.46% -
XYZ 12.55 16.09 2.5 -
YUV 101.49 71.86 131.93 -
System Red Green Blue C M Y K H S L
Decimal 107 118 2 0.09 0 0.98 0.54 65.69 0.97 0.24
Hex 6B 76 2 9 0 62 36 42 61 18
Octal 153 166 2 11 0 142 66 102 141 30
Binary 1101011 1110110 10 1001 0 1100010 110110 1000010 1100001 11000

Color Harmonies of #6B7602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7602

Black with #6B7602

Text Example


Text Example

White with #6B7602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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