Html Css Color HEX #6B7302 Olive

📋 copy color: '#6B7302'

red 107 ◦ green 115 ◦ blue 2

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

Shades of Olive #6B7302

Tints of Olive #6B7302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 51.34%

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

R = 47.77%
G = 51.34%
B = 0.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#6B7302 (or 0x6B7302) is known color: Olive. HEX triplet: 6B, 73 and 02. RGB value is (107,115,2). Sum of RGB (Red+Green+Blue) = 107+115+2=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7302 is #948CFD. Grayscale: #646464. Windows color (decimal): -9735422 or 160619. OLE color: 160619.

HSL color Cylindrical-coordinate representation of color #6B7302: hue angle of 64.25º 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 #6B7302 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 115 2 -
CMYK 0.07 0 0.98 0.55
HSL 64.25º 0.97% 0.23% -
HSV(B) 64.25º 0.98% 0.45% -
XYZ 12.21 15.39 2.39 -
YUV 99.73 72.85 133.19 -
System Red Green Blue C M Y K H S L
Decimal 107 115 2 0.07 0 0.98 0.55 64.25 0.97 0.23
Hex 6B 73 2 7 0 62 37 40 61 17
Octal 153 163 2 7 0 142 67 100 141 27
Binary 1101011 1110011 10 111 0 1100010 110111 1000000 1100001 10111

Color Harmonies of #6B7302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7302

Black with #6B7302

Text Example


Text Example

White with #6B7302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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