Html Css Color HEX #769825 Sushi

📋 copy color: '#769825'

red 118 ◦ green 152 ◦ blue 37

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

Shades of Sushi #769825

Tints of Sushi #769825

RGB

 RED value IS 118 (46.48% from 255) = 38.44%

 GREEN value IS 152 (59.77% from 255) = 49.51%

 BLUE value IS 37 (14.84% from 255) = 12.05%

R = 38.44%
G = 49.51%
B = 12.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#769825 (or 0x769825) is known color: Sushi. HEX triplet: 76, 98 and 25. RGB value is (118,152,37). Sum of RGB (Red+Green+Blue) = 118+152+37=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #769825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769825 is #8967DA. Grayscale: #818181. Windows color (decimal): -9005019 or 2463862. OLE color: 2463862.

HSL color Cylindrical-coordinate representation of color #769825: hue angle of 77.74º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #769825 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 37 -
CMYK 0.22 0 0.76 0.40
HSL 77.74º 0.61% 0.37% -
HSV(B) 77.74º 0.76% 0.6% -
XYZ 19.03 26.44 5.85 -
YUV 128.72 76.24 120.35 -
System Red Green Blue C M Y K H S L
Decimal 118 152 37 0.22 0 0.76 0.40 77.74 0.61 0.37
Hex 76 98 25 16 0 4C 28 4E 3D 25
Octal 166 230 45 26 0 114 50 116 75 45
Binary 1110110 10011000 100101 10110 0 1001100 101000 1001110 111101 100101

Color Harmonies of #769825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769825

Black with #769825

Text Example


Text Example

White with #769825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769825; }

 p { color: rgb(118,152,37); }

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

background-color css

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

 a { background-color: rgb(118,152,37); }

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

border-color css

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

 span { border-color: rgb(118,152,37); }

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