Html Css Color HEX #6E9B34 Sushi

📋 copy color: '#6E9B34'

red 110 ◦ green 155 ◦ blue 52

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

Shades of Sushi #6E9B34

Tints of Sushi #6E9B34

RGB

 RED value IS 110 (43.36% from 255) = 34.7%

 GREEN value IS 155 (60.94% from 255) = 48.9%

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 34.7%
G = 48.9%
B = 16.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#6E9B34 (or 0x6E9B34) is known color: Sushi. HEX triplet: 6E, 9B and 34. RGB value is (110,155,52). Sum of RGB (Red+Green+Blue) = 110+155+52=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9B34 is #9164CB. Grayscale: #828282. Windows color (decimal): -9528524 or 3447662. OLE color: 3447662.

HSL color Cylindrical-coordinate representation of color #6E9B34: hue angle of 86.21º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E9B34 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 155 52 -
CMYK 0.29 0 0.66 0.39
HSL 86.21º 0.5% 0.41% -
HSV(B) 86.21º 0.66% 0.61% -
XYZ 18.77 27.01 7.47 -
YUV 129.8 84.09 113.88 -
System Red Green Blue C M Y K H S L
Decimal 110 155 52 0.29 0 0.66 0.39 86.21 0.5 0.41
Hex 6E 9B 34 1D 0 42 27 56 32 29
Octal 156 233 64 35 0 102 47 126 62 51
Binary 1101110 10011011 110100 11101 0 1000010 100111 1010110 110010 101001

Color Harmonies of #6E9B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9B34

Black with #6E9B34

Text Example


Text Example

White with #6E9B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,155,52); }

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

background-color css

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

 a { background-color: rgb(110,155,52); }

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

border-color css

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

 span { border-color: rgb(110,155,52); }

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