Html Css Color HEX #68BD34 Apple

📋 copy color: '#68BD34'

red 104 ◦ green 189 ◦ blue 52

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

Shades of Apple #68BD34

Tints of Apple #68BD34

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.78%

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

R = 30.14%
G = 54.78%
B = 15.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#68BD34 (or 0x68BD34) is known color: Apple. HEX triplet: 68, BD and 34. RGB value is (104,189,52). Sum of RGB (Red+Green+Blue) = 104+189+52=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BD34 is #9742CB. Grayscale: #949494. Windows color (decimal): -9913036 or 3456360. OLE color: 3456360.

HSL color Cylindrical-coordinate representation of color #68BD34: hue angle of 97.23º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68BD34 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 189 52 -
CMYK 0.45 0 0.72 0.26
HSL 97.23º 0.57% 0.47% -
HSV(B) 97.23º 0.72% 0.74% -
XYZ 24.53 39.59 9.6 -
YUV 147.97 73.84 96.64 -
System Red Green Blue C M Y K H S L
Decimal 104 189 52 0.45 0 0.72 0.26 97.23 0.57 0.47
Hex 68 BD 34 2D 0 48 1A 61 39 2F
Octal 150 275 64 55 0 110 32 141 71 57
Binary 1101000 10111101 110100 101101 0 1001000 11010 1100001 111001 101111

Color Harmonies of #68BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BD34

Black with #68BD34

Text Example


Text Example

White with #68BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,189,52); }

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

background-color css

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

 a { background-color: rgb(104,189,52); }

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

border-color css

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

 span { border-color: rgb(104,189,52); }

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