Html Css Color HEX #6B7402 Olive

📋 copy color: '#6B7402'

red 107 ◦ green 116 ◦ blue 2

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

Shades of Olive #6B7402

Tints of Olive #6B7402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.56%

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

R = 47.56%
G = 51.56%
B = 0.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#6B7402 (or 0x6B7402) is known color: Olive. HEX triplet: 6B, 74 and 02. RGB value is (107,116,2). Sum of RGB (Red+Green+Blue) = 107+116+2=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7402 is #948BFD. Grayscale: #646464. Windows color (decimal): -9735166 or 160875. OLE color: 160875.

HSL color Cylindrical-coordinate representation of color #6B7402: hue angle of 64.74º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B7402 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 116 2 -
CMYK 0.08 0 0.98 0.55
HSL 64.74º 0.97% 0.23% -
HSV(B) 64.74º 0.98% 0.45% -
XYZ 12.32 15.62 2.42 -
YUV 100.31 72.52 132.77 -
System Red Green Blue C M Y K H S L
Decimal 107 116 2 0.08 0 0.98 0.55 64.74 0.97 0.23
Hex 6B 74 2 8 0 62 37 41 61 17
Octal 153 164 2 10 0 142 67 101 141 27
Binary 1101011 1110100 10 1000 0 1100010 110111 1000001 1100001 10111

Color Harmonies of #6B7402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7402

Black with #6B7402

Text Example


Text Example

White with #6B7402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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