Html Css Color HEX #68B941 Apple

📋 copy color: '#68B941'

red 104 ◦ green 185 ◦ blue 65

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

Shades of Apple #68B941

Tints of Apple #68B941

RGB

 RED value IS 104 (41.02% from 255) = 29.38%

 GREEN value IS 185 (72.66% from 255) = 52.26%

 BLUE value IS 65 (25.78% from 255) = 18.36%

R = 29.38%
G = 52.26%
B = 18.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#68B941 (or 0x68B941) is known color: Apple. HEX triplet: 68, B9 and 41. RGB value is (104,185,65). Sum of RGB (Red+Green+Blue) = 104+185+65=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #68B941 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B941 is #9746BE. Grayscale: #939393. Windows color (decimal): -9914047 or 4307304. OLE color: 4307304.

HSL color Cylindrical-coordinate representation of color #68B941: hue angle of 100.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68B941 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 185 65 -
CMYK 0.44 0 0.65 0.27
HSL 100.5º 0.48% 0.49% -
HSV(B) 100.5º 0.65% 0.73% -
XYZ 24.01 38.02 11.07 -
YUV 147.1 81.66 97.26 -
System Red Green Blue C M Y K H S L
Decimal 104 185 65 0.44 0 0.65 0.27 100.5 0.48 0.49
Hex 68 B9 41 2C 0 41 1B 64 30 31
Octal 150 271 101 54 0 101 33 144 60 61
Binary 1101000 10111001 1000001 101100 0 1000001 11011 1100100 110000 110001

Color Harmonies of #68B941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B941

Black with #68B941

Text Example


Text Example

White with #68B941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68B941; }

 p { color: rgb(104,185,65); }

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

background-color css

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

 a { background-color: rgb(104,185,65); }

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

border-color css

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

 span { border-color: rgb(104,185,65); }

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