Html Css Color HEX #6B7102 Olive

📋 copy color: '#6B7102'

red 107 ◦ green 113 ◦ blue 2

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

Shades of Olive #6B7102

Tints of Olive #6B7102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.9%

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

R = 48.2%
G = 50.9%
B = 0.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#6B7102 (or 0x6B7102) is known color: Olive. HEX triplet: 6B, 71 and 02. RGB value is (107,113,2). Sum of RGB (Red+Green+Blue) = 107+113+2=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7102 is #948EFD. Grayscale: #626262. Windows color (decimal): -9735934 or 160107. OLE color: 160107.

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

Color convert

RGB 107 113 2 -
CMYK 0.05 0 0.98 0.56
HSL 63.24º 0.97% 0.23% -
HSV(B) 63.24º 0.98% 0.44% -
XYZ 11.98 14.94 2.31 -
YUV 98.55 73.51 134.03 -
System Red Green Blue C M Y K H S L
Decimal 107 113 2 0.05 0 0.98 0.56 63.24 0.97 0.23
Hex 6B 71 2 5 0 62 38 3F 61 17
Octal 153 161 2 5 0 142 70 77 141 27
Binary 1101011 1110001 10 101 0 1100010 111000 111111 1100001 10111

Color Harmonies of #6B7102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7102

Black with #6B7102

Text Example


Text Example

White with #6B7102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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