Html Css Color HEX #6B7902 Olive

📋 copy color: '#6B7902'

red 107 ◦ green 121 ◦ blue 2

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

Shades of Olive #6B7902

Tints of Olive #6B7902

RGB

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

 GREEN value IS 121 (47.66% from 255) = 52.61%

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

R = 46.52%
G = 52.61%
B = 0.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#6B7902 (or 0x6B7902) is known color: Olive. HEX triplet: 6B, 79 and 02. RGB value is (107,121,2). Sum of RGB (Red+Green+Blue) = 107+121+2=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #6B7902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7902 is #9486FD. Grayscale: #676767. Windows color (decimal): -9733886 or 162155. OLE color: 162155.

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

Color convert

RGB 107 121 2 -
CMYK 0.12 0 0.98 0.53
HSL 67.06º 0.97% 0.24% -
HSV(B) 67.06º 0.98% 0.47% -
XYZ 12.91 16.8 2.62 -
YUV 103.25 70.86 130.68 -
System Red Green Blue C M Y K H S L
Decimal 107 121 2 0.12 0 0.98 0.53 67.06 0.97 0.24
Hex 6B 79 2 C 0 62 35 43 61 18
Octal 153 171 2 14 0 142 65 103 141 30
Binary 1101011 1111001 10 1100 0 1100010 110101 1000011 1100001 11000

Color Harmonies of #6B7902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7902

Black with #6B7902

Text Example


Text Example

White with #6B7902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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